xlsx-generator

Generate Excel-compatible XLSX workbooks from structured data and CSV exports.

5|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/47network/Sven --skill xlsx-generator-47network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx-generator
Source: https://github.com/47network/Sven/tree/main/skills/productivity/xlsx-generator
Command: npx skills add https://github.com/47network/Sven --skill xlsx-generator-47network

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create Excel-compatible spreadsheets from structured data, enabling quick formatting, multi-sheet organization, and easy sharing without manual Excel work.

Core Features & Use Cases

  • Generate workbooks from JSON-like inputs with configurable sheet names, headers, and rows.
  • Import CSV data and automatically convert it into a multi-sheet XLSX with proper formatting and shared strings.
  • Use cases include automated reporting, data export, and template-driven spreadsheet generation for dashboards.

Quick Start

Create a new spreadsheet named 'Sales Report' with two sheets and sample headers, then export as .xlsx.

Frequently Asked Questions about xlsx-generator

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

FAQPage Schema
How do I convert CSV data into a multi-sheet Excel spreadsheet?

You can convert CSV data into a multi-sheet Excel spreadsheet by importing the CSV text and specifying a delimiter. The tool parses the structured data and outputs a bundled XLSX package with proper formatting and shared strings.

Can I generate an XLSX workbook from structured JSON data automatically?

Yes, you can generate an XLSX workbook from structured JSON data automatically. By configuring the action, title, sheet names, headers, and rows, the tool creates an Excel-compatible file without manual formatting.

What is the best way to automate reporting and export tabular data to Excel?

The best way to automate reporting and export tabular data to Excel is using a template-driven generation process. It converts structured inputs into a shareable XLSX package, providing metadata like sheet count and total cells for verification.

Does generating Excel-compatible spreadsheets require any external dependencies?

Generating Excel-compatible spreadsheets requires no external dependencies. The tool operates independently to parse structured data and output a bundled XLSX package with shared strings and multi-sheet organization.

How do I organize multiple datasets into one Excel file with separate sheets?

You organize multiple datasets into one Excel file by defining multiple sheets within a single workbook generation request. The tool processes the structured data for each sheet and bundles them into one XLSX package.