etlplus.file.ods

etlplus.file.ods module.

Helpers for reading/writing OpenDocument (ODS) spreadsheet files.

Notes

  • An ODS file is a spreadsheet file created using the OpenDocument format.

  • Common cases:
    • Spreadsheet files created by LibreOffice Calc, Apache OpenOffice Calc, or

      other applications that support the OpenDocument format.

    • Spreadsheet files exchanged in open standards environments.

    • Spreadsheet files used in government or educational institutions

      promoting open formats.

  • Rule of thumb:
    • If the file follows the OpenDocument specification, use this module for

      reading and writing.

Classes

OdsFile()

Handler implementation for ODS files.