spreadsheets

Create and modify spreadsheets, set formulas, and export to XLSX in Node.

Updated Mar 3, 2025
One-click install
npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill spreadsheets-lzy2333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spreadsheets
Source: https://github.com/LZY2333/LZY-FE-JumpTrack/tree/main/agent-configs/skills/.system/spreadsheets
Command: npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill spreadsheets-lzy2333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Building and maintaining spreadsheet workbooks can be repetitive and error-prone when done manually. This skill lets developers create, edit, recalculate, import, and export workbooks using the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool, reducing manual data chores and enabling automation.

Core Features & Use Cases

  • Create workbooks and add worksheets programmatically.
  • Set cell values and formulas, trigger recalculation, and export to XLSX.
  • Import existing workbooks and persist artifacts for automation pipelines.

Quick Start

Build and modify spreadsheets programmatically using the artifacts tool to automate workbook workflows.

Frequently Asked Questions about spreadsheets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and edit spreadsheet workbooks programmatically?

You can create spreadsheet workbooks programmatically by using the artifacts tool to add worksheets, set cell values and formulas, trigger recalculation, and export to XLSX. This approach uses a preloaded JavaScript surface to automate manual data chores.

Can I import existing XLSX files and modify cell formulas in Node?

Yes, you can import existing XLSX workbooks and modify cell formulas in Node by leveraging the artifacts tool. This allows developers to load existing files, recalculate formulas, and persist artifacts for automation pipelines.

What is the best way to automate spreadsheet data workflows without manual editing?

The best way to automate spreadsheet data workflows is by running plain JavaScript in Node with the preloaded artifacts tool. This method builds workbooks, edits cells, and saves outputs to artifacts/, eliminating repetitive manual spreadsheet maintenance.

Do I need any external dependencies to export spreadsheets to XLSX?

No external dependencies are required to export spreadsheets to XLSX. The skill operates using the preloaded @oai/artifact-tool JavaScript surface within Node-based environments, allowing you to save outputs directly to artifacts/ without extra packages.

Does this approach support recalculating formulas after setting cell values?

Yes, the approach supports recalculating formulas after setting cell values. You can programmatically set formulas within your worksheets, trigger the recalculation process, and then export the final workbook to an XLSX file.

Why use the artifacts tool for spreadsheet creation instead of manual editing?

Using the artifacts tool for spreadsheet creation reduces error-prone manual data chores and enables automation. It provides a preloaded JavaScript surface to programmatically build workbooks, edit cells, and export XLSX files across Node-based environments.