Is there a complete reference or documentation for Spreadsheet Markup Language? Which was used to create files in MS-Excel, Openoffice Calc etc, similar to XML?
Asked
Active
Viewed 1,223 times
1 Answers
2
The OfficeOpenXML format used by Excel2007 and above for .xlsx files is detailed on the ECMA site.
The SpreadsheetML format available as an option since Excel2003 is published by Microsoft.
The Open Document Format used by OpenOffice Calc (OASIS)
For reference, the old MS BIFF formats (.xls for Excel) are published online by Microsoft

Mark Baker
- 209,507
- 32
- 346
- 385