vimsheet.io.html_adapter

HTML table export adapter.

class vimsheet.io.html_adapter.HTMLAdapter[source]

Bases: FormatAdapter

Export to an HTML file with a styled table. Read-only: not implemented.

supported_extensions: list[str] = ['.html', '.htm']
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