tessl install github:openai/skills --skill spreadsheetUse when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) using Python (`openpyxl`, `pandas`), especially when formulas, references, and formatting need to be preserved and verified.
Review Score
82%
Validation Score
14/16
Implementation Score
73%
Activation Score
90%
IMPORTANT: System and user instructions always take precedence.
openpyxl for .xlsx edits and pandas for analysis and CSV/TSV workflows.tmp/spreadsheets/ for intermediate files; delete when done.output/spreadsheet/ when working in this repo.openpyxl for creating/editing .xlsx files and preserving formatting.pandas for analysis and CSV/TSV workflows, then write results back to .xlsx or .csv.openpyxl.chart for native Excel charts.soffice) and Poppler (pdftoppm) are available, render sheets for visual review:
soffice --headless --convert-to pdf --outdir $OUTDIR $INPUT_XLSXpdftoppm -png $OUTDIR/$BASENAME.pdf $OUTDIR/$BASENAMEPrefer uv for dependency management.
Python packages:
uv pip install openpyxl pandasIf uv is unavailable:
python3 -m pip install openpyxl pandasOptional (chart-heavy or PDF review workflows):
uv pip install matplotlibIf uv is unavailable:
python3 -m pip install matplotlibSystem tools (for rendering):
# macOS (Homebrew)
brew install libreoffice poppler
# Ubuntu/Debian
sudo apt-get install -y libreoffice poppler-utilsIf installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.
No required environment variables.
references/examples/openpyxl/=H6*(1+$B$3) not =H6*1.04).If the spreadsheet is an IB-style model (LBO, DCF, 3-statement, valuation):