README.md
pyproject.toml
src/excellikeuno/__init__.py
src/excellikeuno.egg-info/PKG-INFO
src/excellikeuno.egg-info/SOURCES.txt
src/excellikeuno.egg-info/dependency_links.txt
src/excellikeuno.egg-info/top_level.txt
src/excellikeuno/connection/__init__.py
src/excellikeuno/connection/bootstrap.py
src/excellikeuno/core/__init__.py
src/excellikeuno/core/base.py
src/excellikeuno/core/calc_document.py
src/excellikeuno/core/interfaces.py
src/excellikeuno/core/writer_document.py
src/excellikeuno/drawing/__init__.py
src/excellikeuno/drawing/closed_bezier_shape.py
src/excellikeuno/drawing/connector_shape.py
src/excellikeuno/drawing/control_shape.py
src/excellikeuno/drawing/custom_shape.py
src/excellikeuno/drawing/ellipse_shape.py
src/excellikeuno/drawing/fill_properties.py
src/excellikeuno/drawing/group_shape.py
src/excellikeuno/drawing/line_properties.py
src/excellikeuno/drawing/line_shape.py
src/excellikeuno/drawing/measure_shape.py
src/excellikeuno/drawing/open_bezier_shape.py
src/excellikeuno/drawing/page_shape.py
src/excellikeuno/drawing/polyline_shape.py
src/excellikeuno/drawing/polypolygon_bezier_shape.py
src/excellikeuno/drawing/polypolygon_shape.py
src/excellikeuno/drawing/rectangle_shape.py
src/excellikeuno/drawing/shadow_properties.py
src/excellikeuno/drawing/shape.py
src/excellikeuno/drawing/text_properties.py
src/excellikeuno/drawing/text_shape.py
src/excellikeuno/style/__init__.py
src/excellikeuno/style/border.py
src/excellikeuno/style/character_properties.py
src/excellikeuno/style/font.py
src/excellikeuno/style/line.py
src/excellikeuno/table/__init__.py
src/excellikeuno/table/cell.py
src/excellikeuno/table/cell_properties.py
src/excellikeuno/table/columns.py
src/excellikeuno/table/range.py
src/excellikeuno/table/rows.py
src/excellikeuno/table/sheet.py
src/excellikeuno/typing/__init__.py
src/excellikeuno/typing/calc.py
src/excellikeuno/typing/interfaces.py
src/excellikeuno/typing/structs.py
src/excellikeuno/utils/__init__.py
tests/test_cell.py
tests/test_cell_border.py
tests/test_cell_font.py
tests/test_cell_properties.py
tests/test_cell_value.py
tests/test_connect_calc.py
tests/test_range.py
tests/test_range_border.py
tests/test_range_font.py
tests/test_range_value.py
tests/test_shape.py
tests/test_shape_line.py
tests/test_sheet_data.py
tests/test_sheet_properties.py