OpenDocument Spreadsheet (.ods) File Format
ODS file format
Description
Notes
Examples
Compatibility
ODS (OpenDocument Spreadsheet) is an XML-based spreadsheet file format used by OpenOffice.
The commands ImportMatrix and ExportMatrix can read and write to the ODS format.
The general-purpose commands Import and Export also support this format.
The default output from Import for this format is a DataSeries, the individual elements of which are DataFrames corresponding to worksheets within the ODS spreadsheet.
Content-Type: application/vnd.oasis.opendocument.spreadsheet
Import an ODS spreadsheet listing the highest mountain peaks in the world.
Import the same data as above but returned as a table of Matrices.
Export a random matrix to an ODS spreadsheet in the home directory of the current user.
With Maple 2016, the Import command applied to ODS files now produces DataSeries objects by default. To produce a table, use Import(...,output=table).
See Also
ExportMatrix
Formats
ImportMatrix
Download Help Document