.ods
Document
ODS(开放文档电子表格)
ODS 是 OASIS OpenDocument 规范中的开放标准电子表格格式。它是 LibreOffice Calc 的默认格式,为表格数据、公式和图表提供了不依赖特定厂商的 XLSX 替代方案。
MIME 类型
application/vnd.oasis.opendocument.spreadsheet
类型
二进制
压缩
无损
优点
- + Open ISO standard with no licensing restrictions
- + Supported by LibreOffice Calc, Google Sheets, and others
- + ZIP compression keeps file sizes manageable
缺点
- − Complex Excel features (pivot tables, Power Query) may not convert cleanly
- − Fewer enterprise integrations compared to XLSX
- − Macro compatibility with Excel VBA is limited
何时使用 .ODS
在开源工作流中或当合规或归档需要厂商中立格式时,请使用 ODS。
技术细节
ODS 文件是一个 ZIP 压缩包,包含用于电子表格内容、样式和元数据的 XML 文件。单元格公式遵循 OpenFormula 标准,图表以嵌入的 SVG 或 ODF 图表对象编码。
历史
ODS 随 OpenDocument 1.0 规范于 2005 年发布,并于 2006 年成为 ISO 标准(ISO/IEC 26300)。它已被全球许多政府机构采用以实现互操作性。