vimsheet.io.latex_adapter

LaTeX tabular export adapter.

class vimsheet.io.latex_adapter.LaTeXAdapter[source]

Bases: FormatAdapter

Export to LaTeX tabular environment. Import not supported.

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