

With Maple 2016, the Import command applied to SXC files now produces DataSeries objects by default. M ≔ LinearAlgebra :- RandomMatrix 100, 2 :Įxport example.sxc, M, base = homedir Table Maple Data = Country Area (km^2) Capital Capital Location Belize 22966.0 Belmopan 1715'N 8846'W Costa Rica 51100.0 San Jos 956'N 845'W El Salvador 21044.8 San Salvador 1340'N 8910'W Guatemala 108889.0 Guatemala City 1438'N 9030'W Honduras 112492.0 Tegucigalpa 146'N 8713'W Nicaragua 130375.0 Managua 129'N 8616'WĮxport a random matrix to a SXC spreadsheet in the home directory of the current user. Import example/CentralAmerica.sxc, base = datadir, output = table Import the same data as above but returned as a table of Matrices. Import example/CentralAmerica.sxc, base = datadir Import an ODS spreadsheet with demographic data on Central America. The default output from Import for this format is a DataSeries, the individual elements of which are DataFrames corresponding to worksheets within the SXC spreadsheet.Ĭontent-Type : application/

The general-purpose commands Import and Export also support this format. The commands ImportMatrix and ExportMatrix can read and write to the SXC format. SXC ( Sun XML Calc ) is an XML-based spreadsheet file format used by OpenOffice and StarOffice.
