LICENSE
README.md
pyproject.toml
xlsx_to_sdif/__init__.py
xlsx_to_sdif/configuration.py
xlsx_to_sdif/graph.py
xlsx_to_sdif/prompt.py
xlsx_to_sdif/state.py
xlsx_to_sdif/tools.py
xlsx_to_sdif/utils.py
xlsx_to_sdif.egg-info/PKG-INFO
xlsx_to_sdif.egg-info/SOURCES.txt
xlsx_to_sdif.egg-info/dependency_links.txt
xlsx_to_sdif.egg-info/top_level.txt
xlsx_to_sdif/nodes/__init__.py
xlsx_to_sdif/nodes/build_spreadsheet_state.py
xlsx_to_sdif/nodes/cleanup_workbook.py
xlsx_to_sdif/nodes/ensure_active_sheet_displayed_range.py
xlsx_to_sdif/nodes/export_active_sheet_image.py
xlsx_to_sdif/nodes/llm_call.py
xlsx_to_sdif/nodes/tools_execution.py
xlsx_to_sdif/nodes/transform_to_sdif.py
xlsx_to_sdif/services/__init__.py
xlsx_to_sdif/services/aspose_cells2png.py
xlsx_to_sdif/services/google_sheets.py
xlsx_to_sdif/services/html2png.py
xlsx_to_sdif/spreadsheet/__init__.py
xlsx_to_sdif/spreadsheet/aspose_cells.py
xlsx_to_sdif/spreadsheet/base.py
xlsx_to_sdif/spreadsheet/google_sheets.py