calc

Solid

Spreadsheet creation, format conversion (ODS/XLSX/CSV), formulas, data automation with LibreOffice Calc.

Data & Documents 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# LibreOffice Calc ## Overview LibreOffice Calc skill for creating, editing, converting, and automating spreadsheet workflows using the native ODS (OpenDocument Spreadsheet) format. ## When to Use This Skill Use this skill when: - Creating new spreadsheets in ODS format - Converting between ODS, XLSX, CSV, PDF formats - Automating data processing and analysis - Creating formulas, charts, and pivot tables - Batch processing spreadsheet operations ## Core Capabilities ### 1. Spreadsheet Creation - Create new ODS spreadsheets from scratch - Generate spreadsheets from templates - Create data entry forms - Build dashboards and reports ### 2. Format Conversion - ODS to other formats: XLSX, CSV, PDF, HTML - Other formats to ODS: XLSX, XLS, CSV, DBF - Batch conversion of multiple files ### 3. Data Automation - Formula automation and calculations - Data import from CSV, database, APIs - Data export to various formats - Batch data processing ### 4. Data Analysis - Pivot tables and data summarization - Statistical functions and analysis - Data validation and filtering - Conditional formatting ### 5. Integration - Command-line automation via soffice - Python scripting with UNO - Database connectivity ## Workflows ### Creating a New Spreadsheet #### Method 1: Command-Line ```bash soffice --calc template.ods ``` #### Method 2: Python with UNO ```python import uno def create_spreadsheet(): local_ctx = uno.getComponentContext() resolver = local_ctx.ServiceManager.creat...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category