vimsheet.io.xls_adapter

Legacy Excel .xls import via xlrd.

class vimsheet.io.xls_adapter.XLSAdapter[source]

Bases: FormatAdapter

Read legacy Excel .xls files (write not supported).

supported_extensions: list[str] = ['.xls']
multi_sheet: bool = True
read(path, **opts)[source]

Read path and return a populated Workbook.

Parameters:
Return type:

Workbook

write(workbook, path, **opts)[source]

Serialise workbook to path.

Parameters:
Return type:

None