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:
format2json() str[source]#

Formats all drawing objects into a JSON string.

Returns:

A JSON string representation of all drawing objects.

Return type:

str