text-to-excel
Installation
SKILL.md
Text-to-Excel
将结构化文本转换为格式规整的Excel文件。
Workflow
Step 1: Parse User Input
Analyze user-provided structured text. Supported input formats:
- Markdown tables (
| col1 | col2 |) - Plaintext tables (tab/space-separated)
- CSV/TSV data
- Lists (bulleted, numbered)
- Key-value pairs
- JSON/dict-like structures
- Free-form text with identifiable tabular structure
- Descriptions of desired table content
Identify: headers, data rows, data types per column, and any special formatting requests.