skills/clawhub.ai/minimax-xlsx

minimax-xlsx

Installation
SKILL.md

<toolkit_inventory>

Workbook construction — Python 3 via the ipython tool: openpyxl (creation, styling, formulas) + pandas (data wrangling).

Formula recalculationrecalc.py via the shell tool: invokes LibreOffice in headless mode to compute all formula values, then scans for error tokens and returns a JSON report. openpyxl writes formula text (e.g., =SUM(A1:A10)) but does NOT compute results — this script fills that gap.

python ./scripts/recalc.py output.xlsx [timeout_seconds]
Installs
1
First Seen
4 days ago
minimax-xlsx from clawhub.ai