2022-05-16 03:26:04 +00:00
|
|
|
---
|
2024-04-12 07:11:07 +00:00
|
|
|
title: References
|
2022-06-21 12:26:53 +00:00
|
|
|
sidebar_position: 8
|
2022-05-16 03:26:04 +00:00
|
|
|
hide_table_of_contents: true
|
|
|
|
---
|
|
|
|
|
2024-04-08 04:47:04 +00:00
|
|
|
Some of our original research is documented at https://oss.sheetjs.com/notes/
|
2022-05-16 03:26:04 +00:00
|
|
|
|
|
|
|
The specifications list is non-exhaustive.
|
|
|
|
|
2023-06-25 19:57:03 +00:00
|
|
|
- Worksheet File Format (From Lotus) December 1984[^1]
|
2022-08-25 08:22:28 +00:00
|
|
|
- Open Document Format for Office Applications Version 1.3
|
|
|
|
|
2023-06-25 19:57:03 +00:00
|
|
|
:::info pass
|
2022-08-25 08:22:28 +00:00
|
|
|
|
|
|
|
The primary specifications for XLSX are:
|
|
|
|
|
|
|
|
- `ISO/IEC 29500` "Information technology — Document description and processing languages — Office Open XML File Formats"
|
|
|
|
- `ECMA-376` "Office Open XML file formats"
|
|
|
|
|
|
|
|
As some editions of `ECMA-376` are identical to `ISO` specification editions,
|
|
|
|
most of the public XLSX document community use the spec names interchangeably.
|
|
|
|
|
|
|
|
:::
|
2022-05-16 03:26:04 +00:00
|
|
|
|
|
|
|
## Open Specifications Promise
|
|
|
|
|
2023-06-25 19:57:03 +00:00
|
|
|
Lotus dedicated the "Worksheet File Format" documentation to the Public Domain.
|
|
|
|
Microsoft opted for the "Open Specifications Promise", a covenant not to sue.
|
|
|
|
The documentation that falls under the promise are listed below.
|
2022-05-16 03:26:04 +00:00
|
|
|
|
2024-04-08 04:47:04 +00:00
|
|
|
<details>
|
|
|
|
<summary><b>Specifications</b> (click to show)</summary>
|
2022-05-16 03:26:04 +00:00
|
|
|
|
|
|
|
- `MS-CFB`: Compound File Binary File Format
|
|
|
|
- `MS-CTXLS`: Excel Custom Toolbar Binary File Format
|
|
|
|
- `MS-EXSPXML3`: Excel Calculation Version 2 Web Service XML Schema
|
|
|
|
- `MS-ODATA`: Open Data Protocol (OData)
|
|
|
|
- `MS-ODRAW`: Office Drawing Binary File Format
|
|
|
|
- `MS-ODRAWXML`: Office Drawing Extensions to Office Open XML Structure
|
|
|
|
- `MS-OE376`: Office Implementation Information for ECMA-376 Standards Support
|
|
|
|
- `MS-OFFCRYPTO`: Office Document Cryptography Structure
|
2022-08-25 08:22:28 +00:00
|
|
|
- `MS-OI29500`: Office Implementation Information for `ISO/IEC 29500` Standards Support
|
2022-05-16 03:26:04 +00:00
|
|
|
- `MS-OLEDS`: Object Linking and Embedding (OLE) Data Structures
|
|
|
|
- `MS-OLEPS`: Object Linking and Embedding (OLE) Property Set Data Structures
|
|
|
|
- `MS-OODF3`: Office Implementation Information for ODF 1.2 Standards Support
|
|
|
|
- `MS-OSHARED`: Office Common Data Types and Objects Structures
|
|
|
|
- `MS-OVBA`: Office VBA File Format Structure
|
|
|
|
- `MS-XLDM`: Spreadsheet Data Model File Format
|
|
|
|
- `MS-XLS`: Excel Binary File Format (.xls) Structure Specification
|
|
|
|
- `MS-XLSB`: Excel (.xlsb) Binary File Format
|
|
|
|
- `MS-XLSX`: Excel (.xlsx) Extensions to the Office Open XML SpreadsheetML File Format
|
|
|
|
- `XLS`: Microsoft Office Excel 97-2007 Binary File Format Specification
|
|
|
|
- `RTF`: Rich Text Format
|
|
|
|
|
2022-06-21 12:26:53 +00:00
|
|
|
</details>
|
|
|
|
|
|
|
|
|
|
|
|
## Other Resources
|
|
|
|
|
|
|
|
- ISBN 1556155212 "Excel Software Development Kit Version 4"
|
|
|
|
- ISBN 1556156324 "Excel Developer's Kit Version 5"
|
2023-06-25 19:57:03 +00:00
|
|
|
|
|
|
|
[^1]: The original FTP server is no longer available, but the content has been
|
2024-04-08 04:47:04 +00:00
|
|
|
mirrored at https://oss.sheetjs.com/notes/lotus/. Lotus Corporation
|
2023-06-25 19:57:03 +00:00
|
|
|
dedicated the content to the public domain in 1984.
|