# xlsx-processor > Work with Excel spreadsheets and tabular data - Author: Yves Lepère - Repository: YvesThenElse/TeamForge - Version: 20260107110434 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/YvesThenElse/TeamForge - Web: https://mule.run/skillshub/@@YvesThenElse/TeamForge~xlsx-processor:20260107110434 --- --- name: xlsx-processor description: Work with Excel spreadsheets and tabular data allowed-tools: Read, Write category: Document Processing tags: - excel - spreadsheet - data - tables --- # Excel/XLSX Processing Skill This skill specializes in working with Excel spreadsheets and tabular data. ## Capabilities - Read and parse XLSX files - Extract data from specific sheets and ranges - Analyze spreadsheet structure and formulas - Generate reports from spreadsheet data - Convert between different data formats ## Usage Examples ### Data Extraction Extract specific columns, rows, or ranges from Excel files for analysis or processing. ### Formula Analysis Understand and explain Excel formulas used in the spreadsheet. ### Data Transformation Convert spreadsheet data to other formats like CSV, JSON, or markdown tables. ## Best Practices - Handle large spreadsheets efficiently - Preserve data types and formatting when relevant - Provide clear summaries of spreadsheet content - Validate data before processing