etlplus.file.sylk

etlplus.file.sylk module.

Stub helpers for reading/writing Symbolic Link (SYLK) data files (not implemented yet).

Notes

  • A SYLK file is a text-based file format used to represent spreadsheet

    data, including cell values, formulas, and formatting.

  • Common cases:
    • Storing spreadsheet data in a human-readable format.

    • Exchanging data between different spreadsheet applications.

  • Rule of thumb:
    • If you need to work with SYLK files, use this module for reading

      and writing.

Classes

SylkFile()

Handler implementation for SYLK files.