LibreOffice Tutorial
LibreOffice CLI Tutorial
Section titled “LibreOffice CLI Tutorial”Learn how to use CLI-Anything with LibreOffice (office suite).
Installation
Section titled “Installation”pip install cli-anything-hubcli-hub install libreofficeQuick Start
Section titled “Quick Start”Create a New Document
Section titled “Create a New Document”libreoffice file new --type writerlibreoffice file new --type calclibreoffice file new --type impressWrite Content
Section titled “Write Content”libreoffice document write "Hello, World!"Save Document
Section titled “Save Document”libreoffice file save document.odtCommon Workflows
Section titled “Common Workflows”Document Processing
Section titled “Document Processing”# Create writer documentlibreoffice file new --type writer
# Write contentlibreoffice document write "Monthly Report"
# Savelibreoffice file save report.odtSpreadsheet
Section titled “Spreadsheet”# Create calc documentlibreoffice file new --type calc
# Add datalibreoffice sheet cell set --cell A1 --value "Sales"
# Savelibreoffice file save data.odsAvailable Commands
Section titled “Available Commands”| Command | Description |
|---|---|
file | File operations |
document | Document operations |
sheet | Spreadsheet operations |
presentation | Presentation operations |
Next Steps
Section titled “Next Steps”- GIMP Tutorial - Image editing
- Blender Tutorial - 3D modeling
- Supported CLIs - Browse all CLIs