LICENSES.md
README.md
pyproject.toml
mcp_office_excel.egg-info/PKG-INFO
mcp_office_excel.egg-info/SOURCES.txt
mcp_office_excel.egg-info/dependency_links.txt
mcp_office_excel.egg-info/entry_points.txt
mcp_office_excel.egg-info/requires.txt
mcp_office_excel.egg-info/top_level.txt
src/excelmcp/__init__.py
src/excelmcp/__main__.py
src/excelmcp/_acp_adapter.py
src/excelmcp/_active_wb.py
src/excelmcp/_advanced.py
src/excelmcp/_append_consolidate.py
src/excelmcp/_chart.py
src/excelmcp/_com.py
src/excelmcp/_com_exports.py
src/excelmcp/_com_gates.py
src/excelmcp/_com_pivot.py
src/excelmcp/_com_recalc.py
src/excelmcp/_com_template.py
src/excelmcp/_core.py
src/excelmcp/_core_helpers.py
src/excelmcp/_da_com.py
src/excelmcp/_da_finalize.py
src/excelmcp/_data.py
src/excelmcp/_data_annotations.py
src/excelmcp/_data_cell.py
src/excelmcp/_data_tables.py
src/excelmcp/_data_write.py
src/excelmcp/_format.py
src/excelmcp/_format_bulk.py
src/excelmcp/_format_cell.py
src/excelmcp/_format_dimensions.py
src/excelmcp/_io.py
src/excelmcp/_lineage.py
src/excelmcp/_metadata.py
src/excelmcp/_metadata_contract.py
src/excelmcp/_ooxml.py
src/excelmcp/_range_read.py
src/excelmcp/_range_write.py
src/excelmcp/_resource.py
src/excelmcp/_server_instance.py
src/excelmcp/_server_manifest.py
src/excelmcp/_sheet.py
src/excelmcp/_sheet_crud.py
src/excelmcp/_sheet_props.py
src/excelmcp/read_summary_routine.py
src/excelmcp/review_excel.py
src/excelmcp/runtime_config.py
src/excelmcp/server.py
src/excelmcp/server_acp.py
src/excelmcp/server_batch.py
src/excelmcp/server_chart.py
src/excelmcp/server_com.py
src/excelmcp/server_com_export.py
src/excelmcp/server_com_pivot.py
src/excelmcp/server_com_recalc.py
src/excelmcp/server_com_session.py
src/excelmcp/server_com_vba.py
src/excelmcp/server_format.py
src/excelmcp/server_io.py
src/excelmcp/server_metadata_prompts.py
src/excelmcp/server_ops.py
src/excelmcp/server_prompts_analysis.py
src/excelmcp/server_prompts_format.py
src/excelmcp/server_prompts_mgmt.py
src/excelmcp/server_prompts_workflow.py
src/excelmcp/server_range.py
src/excelmcp/server_review.py
src/excelmcp/server_sheet.py
src/excelmcp/server_snapshot.py
src/excelmcp/server_table_io.py
src/excelmcp/server_workbook.py
src/excelmcp/workbook_openpyxl.py
src/mcpshared/__init__.py
src/mcpshared/_acp_contract.py
tests/test_acp_adapter.py
tests/test_active_wb.py
tests/test_active_wb_io.py
tests/test_append_table.py
tests/test_bulk_range_ops.py
tests/test_bulk_range_write.py
tests/test_capabilities_drift.py
tests/test_charts_phase22.py
tests/test_charts_sprint_e.py
tests/test_contract_stabilization.py
tests/test_core_io.py
tests/test_da_finalize.py
tests/test_da_metadata.py
tests/test_da_ooxml_strip.py
tests/test_data_meta.py
tests/test_export_docs.py
tests/test_formatting.py
tests/test_formula_cache.py
tests/test_governed_write.py
tests/test_hyperlinks.py
tests/test_integration.py
tests/test_integration_com.py
tests/test_integration_da_com.py
tests/test_lineage.py
tests/test_lock_conflict_matrix.py
tests/test_metadata_contract.py
tests/test_named_range_validation.py
tests/test_phase23.py
tests/test_phase24.py
tests/test_phase25.py
tests/test_phase26.py
tests/test_phase26_tools.py
tests/test_range_guards.py
tests/test_review_excel.py
tests/test_runtime_config.py
tests/test_security_guards.py
tests/test_server_chart_module.py
tests/test_server_com_session.py
tests/test_server_manifest.py
tests/test_sheet_ops.py
tests/test_smoke_meta.py
tests/test_smoke_phase1_tools.py
tests/test_smoke_phase22_23.py
tests/test_smoke_phase24_26.py
tests/test_smoke_sprint_d.py
tests/test_smoke_workbook_metadata.py
tests/test_sprint_d_bulk.py
tests/test_sprint_d_range.py
tests/test_sprint_n.py
tests/test_sprint_n_b.py
tests/test_sprint_o_commit_a.py
tests/test_sprint_o_commit_b.py
tests/test_sprint_o_commit_c.py
tests/test_sprint_o_commit_d.py
tests/test_sprint_o_commit_e.py
tests/test_table_autofilter.py
tests/test_table_integrity.py
tests/test_unit_com.py
tests/test_unit_com_csv.py
tests/test_unit_com_h.py
tests/test_unit_com_h2.py
tests/test_unit_com_harden.py
tests/test_unit_com_p2.py
tests/test_unit_da_com.py
tests/test_unit_io.py
tests/test_unit_read_summary_routine.py
tests/test_unit_refactor_imports.py
tests/test_unit_snapshot.py
tests/test_unit_vba.py
tests/test_user_stories_metadata.py
tests/test_workbook_metadata.py