excel2pdf
01Skill Claude CodeCodex
A utility that converts one selected worksheet from an Excel file into a PDF file. You provide the input Excel path, output PDF path and, optionally, the worksheet index.
Skill Claude CodeCodex
A utility that converts one selected worksheet from an Excel file into a PDF file. You provide the input Excel path, output PDF path and, optionally, the worksheet index.
Skill Claude CodeCodex
A function for creating Excel files filled with simulated data, such as names, phone numbers, and addresses. Simulated, or mock, data is made-up information used for testing rather than representing real people.
Skill Claude CodeCodex
An Excel search utility that looks through spreadsheet files in a directory for a specified word or phrase and reports matching files, rows, and details.
Skill Claude CodeCodex
A utility that combines several Excel spreadsheet files into one workbook, placing each original file on its own sheet.
Skill Claude CodeCodex
A Python function that combines sheets from multiple Excel files into one sheet in a new workbook. Excel is a spreadsheet format commonly used for tables and records.
Skill Claude CodeCodex
A Python function that splits each sheet in one Excel workbook into its own Excel file. An Excel sheet is one tab inside a workbook.
Skill Claude CodeCodex
A utility that splits an Excel workbook into separate workbooks according to the values in a chosen column.
Skill Claude CodeCodex
A utility that adds specified lines to files according to their file type, such as adding an import to a Python file. Its description says the feature is historical and needs testing.
Skill Claude CodeCodex
A file-renaming utility that adds a chosen suffix to a file name. A suffix is text placed at the end of the name, before or after the extension depending on how it is used.
Skill Claude CodeCodex
A file-renaming helper that adds the same chosen text to the beginning of a file name. For example, it can rename doc.txt to backup_doc.txt.
Skill Claude CodeCodex
A file-renaming utility that inserts chosen text at a specified position in a filename.
Skill Claude CodeCodex
A file-search utility that returns paths matching a name, file extension, folder, or search depth. The supplied description is in Chinese and documents a Python function called get_files.
Skill Claude CodeCodex
A file-organising tool that groups files into folders according to rules in their names.
Skill Claude CodeCodex
A file-organising tool that puts all filenames from a folder into an Excel spreadsheet.
Skill Claude CodeCodex
A batch file-renaming utility that replaces or removes specified text from file and folder names.
Skill Claude CodeCodex
Skill "search_specify_type_file" from CoderWanFeng/python-office, covering searchspecifytypefile skill, 功能描述, 所属分类, 调用方式 and 参数说明.
Skill Claude CodeCodex
A stock-trading calculator for T+0, meaning buying and selling the same stock during one trading day, with trading fees and stamp tax included.
Skill Claude CodeCodex
An image-watermarking tool that places repeated text over a picture. You can set the watermark’s color, size, transparency, spacing, and angle.
Skill Claude CodeCodex
An image-compression function that creates a smaller image file by lowering its quality setting. The quality value ranges from 0 to 95: higher values preserve more detail but usually produce larger files.
Skill Claude CodeCodex
A skill that reads a QR code image and extracts the text or link stored inside it. A QR code is a square pattern that encodes information for scanning.
Skill Claude CodeCodex
An image utility that removes watermarks from a picture and saves the processed file to a chosen path.
Skill Claude CodeCodex
An image downloader that fetches a picture from a web address, called a URL, and saves it locally with a chosen folder, filename, and file type.
Skill Claude CodeCodex
An image tool intended to convert a group of images into an animated GIF, a file that displays images in sequence. The provided description does not specify any parameters.
Skill Claude CodeCodex
An image tool that sends a picture to Baidu's AI service and converts it into a cartoon-style image. It requires an image path and may require Baidu API credentials.