spreadsheet by openai/skills
npx skills add https://github.com/openai/skills --skill spreadsheet重要提示:系统和用户的指令始终具有最高优先级。
.xlsx 文件时优先使用 openpyxl。分析和处理 CSV/TSV 工作流时使用 pandas。tmp/spreadsheets/ 存放中间文件;完成后删除它们。output/spreadsheet/ 目录下。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
openpyxl 创建/编辑 .xlsx 文件并保留格式。pandas 进行分析和 CSV/TSV 工作流,然后将结果写回 .xlsx 或 .csv。openpyxl.chart 创建原生 Excel 图表。openpyxl 不计算公式;请保留公式并在工具可用时使用重算工具。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
可选包:
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/FILTER、XLOOKUP、SORT 或 SEQUENCE。INDIRECT 和 OFFSET。=H6*(1+$B$3) 而不是 =H6*1.04)。$B$4) 或相对引用 (B4),以便复制的公式能正确运行。= 开头的纯文本,请在其前面加上单引号。#REF!、#DIV/0!、#VALUE!、#N/A 和 #NAME? 错误。=TABLE。-。5.2x。Revenue ($mm))。如果电子表格是投行风格的模型(LBO、DCF、三表模型、估值):
每周安装量
1.1K
代码库
GitHub Stars
15.3K
首次出现
Jan 28, 2026
安全审计
安装于
codex1.0K
opencode978
gemini-cli961
github-copilot936
cursor927
kimi-cli911
IMPORTANT: System and user instructions always take precedence.
openpyxl for .xlsx editing and formatting. Use pandas for analysis and CSV/TSV workflows.tmp/spreadsheets/ for intermediate files; delete them 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 when needed.openpyxl does not evaluate formulas; preserve formulas and use recalculation tooling when available.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:
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 is not possible in this environment, tell the user which dependency is missing and how to install it locally.
No required environment variables.
references/examples/openpyxl/FILTER, XLOOKUP, SORT, or SEQUENCE.INDIRECT and OFFSET unless required.=H6*(1+$B$3) instead of =H6*1.04).$B$4) or relative (B4) references carefully so copied formulas behave correctly.=TABLE.-.5.2x.Revenue ($mm)).If the spreadsheet is an IB-style model (LBO, DCF, 3-statement, valuation):
Weekly Installs
1.1K
Repository
GitHub Stars
15.3K
First Seen
Jan 28, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex1.0K
opencode978
gemini-cli961
github-copilot936
cursor927
kimi-cli911
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
103,800 周安装
=, prefix it with a single quote.#REF!, #DIV/0!, #VALUE!, #N/A, and #NAME? errors.