LICENSE
README.md
pyproject.toml
src/excel_mcp_server_fastmcp/__init__.py
src/excel_mcp_server_fastmcp/server.py
src/excel_mcp_server_fastmcp.egg-info/PKG-INFO
src/excel_mcp_server_fastmcp.egg-info/SOURCES.txt
src/excel_mcp_server_fastmcp.egg-info/dependency_links.txt
src/excel_mcp_server_fastmcp.egg-info/entry_points.txt
src/excel_mcp_server_fastmcp.egg-info/requires.txt
src/excel_mcp_server_fastmcp.egg-info/top_level.txt
src/excel_mcp_server_fastmcp/api/__init__.py
src/excel_mcp_server_fastmcp/api/advanced_sql_query.py
src/excel_mcp_server_fastmcp/api/excel_operations.py
src/excel_mcp_server_fastmcp/core/__init__.py
src/excel_mcp_server_fastmcp/core/excel_compare.py
src/excel_mcp_server_fastmcp/core/excel_converter.py
src/excel_mcp_server_fastmcp/core/excel_manager.py
src/excel_mcp_server_fastmcp/core/excel_reader.py
src/excel_mcp_server_fastmcp/core/excel_search.py
src/excel_mcp_server_fastmcp/core/excel_writer.py
src/excel_mcp_server_fastmcp/core/streaming_writer.py
src/excel_mcp_server_fastmcp/models/__init__.py
src/excel_mcp_server_fastmcp/models/types.py
src/excel_mcp_server_fastmcp/utils/__init__.py
src/excel_mcp_server_fastmcp/utils/exceptions.py
src/excel_mcp_server_fastmcp/utils/formatter.py
src/excel_mcp_server_fastmcp/utils/formula_cache.py
src/excel_mcp_server_fastmcp/utils/parsers.py
src/excel_mcp_server_fastmcp/utils/temp_file_manager.py
src/excel_mcp_server_fastmcp/utils/validators.py
tests/test_advanced_sql.py
tests/test_advanced_sql_features.py
tests/test_advanced_sql_query.py
tests/test_api_error_handling.py
tests/test_api_excel_operations.py
tests/test_api_excel_operations_advanced.py
tests/test_api_format_operations.py
tests/test_coalesce_vectorized.py
tests/test_copy_sheet.py
tests/test_core.py
tests/test_cross_file_join.py
tests/test_duplicate_ids.py
tests/test_edge_cases.py
tests/test_error_classification.py
tests/test_error_hints.py
tests/test_excel_compare.py
tests/test_excel_converter.py
tests/test_features.py
tests/test_formatter_and_utils.py
tests/test_formula_cache.py
tests/test_from_subquery.py
tests/test_get_arg_helper.py
tests/test_groupby_computed.py
tests/test_having_cn_suggestion.py
tests/test_integration_comprehensive.py
tests/test_join_query.py
tests/test_join_types.py
tests/test_json_logging.py
tests/test_literal_dry.py
tests/test_new_apis.py
tests/test_offset.py
tests/test_order_by_functions.py
tests/test_performance.py
tests/test_range_search.py
tests/test_range_validation.py
tests/test_req010_r67.py
tests/test_req015_streaming_read.py
tests/test_req015_streaming_verification.py
tests/test_search.py
tests/test_security.py
tests/test_security_features.py
tests/test_server.py
tests/test_server_apis.py
tests/test_sql_aggregate_edge_cases.py
tests/test_sql_edge_cases.py
tests/test_sql_enhanced.py
tests/test_streaming_modify.py
tests/test_streaming_read_verify.py
tests/test_streaming_writer.py
tests/test_structured_sql_errors.py
tests/test_temp_file_manager.py
tests/test_tool_call_tracker.py
tests/test_union.py
tests/test_untested_tools.py
tests/test_update_query.py
tests/test_upsert_row.py
tests/test_utils.py
tests/test_window_functions.py