What problem does it solve? Working with spreadsheets across different formats (ODS, XLSX, CSV) often requires manual conversion, repetitive formula entry, and tedious batch processing. This Skill automates spreadsheet creation, format conversion, and data processing through LibreOffice Calc's command-line interface and Python UNO API. ## Core Features & Use Cases - Format Conversion: Convert between ODS, XLSX, XLS, CSV, PDF, and HTML formats, including batch conversion of multiple files via headless soffice commands. - Spreadsheet Automation: Create spreadsheets programmatically with formulas, data validation, and conditional formatting using Python UNO or ezodf. - Data Analysis: Build pivot tables, apply statistical functions, and import data from CSV files or databases. - Use Case: You receive 50 XLSX reports that must be archived as ODS and summarized. Use this Skill to batch-convert all files to ODS, then generate a summary spreadsheet with SUM formulas via a Python UNO script. ## Quick Start Convert the attached spreadsheet report.xlsx to ODS format and create a new spreadsheet with a SUM formula totaling the first column.