# LibreOffice Calc Extension The Silo Calc extension has been moved to its own repository: [silo-calc](https://git.kindred-systems.com/kindred/silo-calc). ## Server-Side ODS Support The server-side ODS library (`internal/ods/`) and ODS endpoints remain in this repository. See `docs/SPECIFICATION.md` Section 11 for the full endpoint listing. | Method | Path | Description | |--------|------|-------------| | GET | `/api/items/export.ods` | Items as ODS | | GET | `/api/items/template.ods` | Blank import template | | POST | `/api/items/import.ods` | Import from ODS | | GET | `/api/items/{pn}/bom/export.ods` | BOM as formatted ODS | | GET | `/api/projects/{code}/sheet.ods` | Multi-sheet project workbook | | POST | `/api/sheets/diff` | Upload ODS, return JSON diff |