spreadsheet_intelligence.formatters package#
Subpackages#
Module contents#
- class spreadsheet_intelligence.formatters.AllDrawingsFormatter(connector_list: list[BentConnector3 | StraightConnector1], shape_list: list[Shape])[source]#
Bases:
object
Formatter for a list of drawing objects including connectors and shapes.
- Parameters:
connector_list (list[Union[BentConnector3, StraightConnector1]]) – List of connector objects.
shape_list (list[Shape]) – List of shape objects.