spreadsheet by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill spreadsheet重要提示:系统和用户的指令始终具有最高优先级。
openpyxl 处理 .xlsx 文件的编辑,使用 pandas 进行分析和 CSV/TSV 工作流。tmp/spreadsheets/ 存放中间文件;完成后删除。output/spreadsheet/ 目录下。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
openpyxl.xlsxpandas 进行分析和 CSV/TSV 工作流,然后将结果写回 .xlsx 或 .csv。openpyxl.chart 来创建原生 Excel 图表。soffice) 和 Poppler (pdftoppm) 可用,则渲染工作表以供视觉检查:
soffice --headless --convert-to pdf --outdir $OUTDIR $INPUT_XLSXpdftoppm -png $OUTDIR/$BASENAME.pdf $OUTDIR/$BASENAME优先使用 uv 进行依赖管理。
Python 包:
uv pip install openpyxl pandas
如果 uv 不可用:
python3 -m pip install openpyxl pandas
可选(图表密集或 PDF 审查工作流):
uv pip install matplotlib
如果 uv 不可用:
python3 -m pip install matplotlib
系统工具(用于渲染):
# macOS (Homebrew)
brew install libreoffice poppler
# Ubuntu/Debian
sudo apt-get install -y libreoffice poppler-utils
如果在此环境中无法安装,请告知用户缺少哪个依赖项以及如何在本地安装。
无必需的环境变量。
references/examples/openpyxl/=H6*(1+$B$3) 而不是 =H6*1.04)。如果电子表格是投行风格的模型(LBO、DCF、三张报表、估值):
每周安装次数
100
仓库
GitHub 星标数
22.6K
首次出现
2026年2月9日
安全审计
安装于
opencode92
gemini-cli90
github-copilot89
codex89
amp89
kimi-cli89
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 pandas
If uv is unavailable:
python3 -m pip install openpyxl pandas
Optional (chart-heavy or PDF review workflows):
uv pip install matplotlib
If uv is unavailable:
python3 -m pip install matplotlib
System tools (for rendering):
# macOS (Homebrew)
brew install libreoffice poppler
# Ubuntu/Debian
sudo apt-get install -y libreoffice poppler-utils
If 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):
Weekly Installs
100
Repository
GitHub Stars
22.6K
First Seen
Feb 9, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
opencode92
gemini-cli90
github-copilot89
codex89
amp89
kimi-cli89
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
33,600 周安装