Install
openclaw skills install excel-batch-processorAutomate batch Excel tasks including merging, splitting, format conversion, data cleaning, deduplication, and bulk formula filling with wildcard support.
openclaw skills install excel-batch-processor批量处理 Excel 文件的自动化工具,支持合并、拆分、格式转换、数据清洗等操作。
合并 Excel 文件列表=file1.xlsx,file2.xlsx,file3.xlsx 输出=merged.xlsx
拆分 Excel 文件=source.xlsx 按=工作表 输出目录=./output
转换 Excel 到 CSV 文件=input.xlsx 输出目录=./output
清洗 Excel 文件=input.xlsx 操作=去重,删除空行 输出=cleaned.xlsx
批量填充 Excel 文件=*.xlsx 单元格=A1 值=公司名称 输出目录=./output