Excel / XLSX

Read, write, and generate Excel spreadsheets with correct data types and formulas.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/ShenWang96/clawdbot_workspace_backup --skill excel-xlsx-shenwang96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Excel / XLSX
Source: https://github.com/ShenWang96/clawdbot_workspace_backup/tree/main/skills/excel-xlsx
Command: npx skills add https://github.com/ShenWang96/clawdbot_workspace_backup --skill excel-xlsx-shenwang96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Excel workflows often suffer from date handling, numeric precision, and cross-platform formatting issues when reading, writing, or generating spreadsheets. This skill helps ensure correct data types, preserved formulas, and consistent behavior across Windows, macOS, and Linux.

Core Features & Use Cases

  • Read, write, and generate Excel files (.xlsx, .xls, .xlsm) with correct type inference, date handling, and formula support.
  • Preserve formatting and cross-platform compatibility to avoid data corruption when sharing spreadsheets.
  • Use Case: generate monthly or quarterly reports from raw data and export ready-to-share Excel workbooks for clients.

Quick Start

Ask me to read an Excel workbook, modify data, and save a new workbook with proper dates and formulas.

Frequently Asked Questions about Excel / XLSX

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

FAQPage Schema
How do I read and write Excel xlsx files without corrupting formulas and dates?

To read and write Excel xlsx files without corruption, use a tool that enforces correct data types, date serialization, and formula integrity. This ensures formulas and dates remain preserved when saving workbooks across different operating systems.

Why does Excel date handling break when I generate spreadsheets on different operating systems?

Excel date handling breaks across operating systems due to inconsistent date serialization formats. Enforcing strict date serialization and correct data type inference ensures dates are handled consistently whether you are working on Windows, macOS, or Linux.

What is the best way to automate generating Excel reports from raw data?

The best way to automate generating Excel reports is to process raw data and programmatically write it into a new spreadsheet. This approach applies correct type inference and preserves formatting to export ready-to-share workbooks for clients.

Does cross-platform spreadsheet generation work the same on macOS and Linux?

Yes, cross-platform spreadsheet generation works consistently on macOS and Linux. It enforces correct data types, date serialization, and formula integrity across environments to prevent formatting issues and data corruption when sharing files.

How do I preserve formulas when modifying an Excel workbook?

To preserve formulas when modifying an Excel workbook, you must use a data processing method that maintains formula integrity. This ensures existing spreadsheet calculations remain intact and functional when you save and export the updated file.

Can I process large datasets in xlsx files without losing numeric precision?

You can process large datasets in xlsx files without losing numeric precision by enforcing correct data types during read and write operations. This prevents numeric formatting issues and ensures large datasets remain accurate across platforms.