|
|
||
|
|
| Mathematica Import/Export Format |
| MIME type: application/vnd.oasis.opendocument.spreadsheet OpenDocument spreadsheet file. Used for storage and exchange of spreadsheet data and formulas. Is part of the OASIS Open Document Format (ODF) family of file formats. ODS is an acronym derived from OpenDocument Spreadsheet. Is native spreadsheet format of OpenOffice.org 2.0. XML-based format, usually ZIP-compressed. Supports multiple sheets in one file. Developed by the OASIS industry consortium, based upon the OpenOffice.org SXC format. Approved as ISO/IEC 26300 standard in 2006. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "Data",k | the k | |
| "Data",k, m | row m of the k | |
| "Data",k, m, n | cell {m, n} of the k |
| "Sheets" | list of sheet names | |
| "Sheets", name | sheet name as an array | |
| "Sheets", name, m | row m of sheet name | |
| "Sheets", name, m, n | cell {m, n} in sheet name |
Import tabular data from an ODS file and format it as a table:
| |||||||
| © 2008 Wolfram Research, Inc. |