TabularJS
All formats

ODS to JSONOpenDocument (ODS)

LibreOffice & OpenOffice spreadsheets.

ISO-standardized spreadsheet format used by LibreOffice, OpenOffice, and Google Sheets exports. TabularJS reads the XML content directly.

Feature support

Data values
Formulas
Styles
Merged cells
Comments
Column metadata

Example

js
import tabularjs from 'tabularjs';

const result = await tabularjs('report.ods');
console.log(result.worksheets.map(w => w.name));

Why TabularJS for OpenDocument (ODS)?