Skip to main content
Glama
476,009 tools. Updated 2026-08-25 04:52

"Using Excel to Read and Import Data" matching MCP tools:

  • Import data from a specified URI into an existing table on a given branch. Provide the table name and data source URI to populate the table with new records.
    MIT
  • Import student records from an Excel file, run validation, column mapping, duplicate detection, and store to database with summary statistics.
    MIT
  • Read metadata from Excel or CSV files to retrieve sheet structure, column details, null counts, unique counts, and suggested operations.
    MIT
  • Read file contents from Google Drive, extracting text from PDFs and structured data from Excel files. Automatically converts Google Docs and Sheets to readable formats.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Import an Excel .xlsx workbook into a geodatabase table, converting spreadsheet attributes and tabular data for use in ArcGIS.
    Apache 2.0
  • Extract data from Excel files by specifying file path, sheet name, row limits, and header configuration to convert spreadsheet content into readable text format.
    MIT
  • Import data from an Excel file (.xls/.xlsx) into a new Origin workbook. Specify the file path and optionally set the workbook name.
    MIT
  • Extract and read values from specific Excel sheet ranges, enabling access to cell data, formulas, and styles for efficient data analysis and processing.
    MIT
  • Writes data rows to an Excel worksheet, starting from a specified cell (default A1). Supports writing Excel formulas directly without verification.
    Python
    MIT
  • Read a specified Excel range, capturing formulas, comments, hyperlinks, and source references from a manufacturing document.
    MIT
  • Export CSV or JSON data to Excel files with customizable sheet names for structured data storage and analysis.
    MIT
  • Filter Excel spreadsheet data using pandas query strings to extract specific rows based on conditions like Age > 30 and Department == 'Sales'.
    MIT
  • Extract structured data from Excel files by specifying file paths, sheet names, and row ranges for data analysis and processing.
    MIT