Author: qiangxinglin
Version: 0.0.2
Type: tool
Repository https://github.com/qiangxinglin/excel-dify-plugin
The built-in Doc Extractor
would convert input .xlsx
file to markdown table string for downstream nodes (e.g. LLM). But this does not cover all situations! This plugin provides 2 tools:
xlsx → json
: Read the Excel file and output the Json presentation of the data.json → xlsx
: Convert the given json string (list of records) to xlsx blob.
Important
Correctly configure the FILES_URL
in your docker-compose.yaml
or .env
in advance.
- The output is placed in the
text
output field rather than thejson
field in order to preserving the header order. - All cells are parsed as string, no matter what it is.
Name | Age | Date |
---|---|---|
John | 18 | 2020/2/20 |
Doe | 20 | 2020/2/2 |
- The output filename can be configured, default
Converted_Data
- pandas, BSD 3-Clause License
- Apache License 2.0
This plugin collects no data.
All the file transformations are completed locally. NO data is transmitted to third-party services.