awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesExcel Parsers

Utilities for reading and processing spreadsheet file formats.

Distinguishing note: Specifically targets Excel file formats rather than generic tabular data.

Explore 6 awesome GitHub repositories matching data & databases · Excel Parsers. Refine with filters or upvote what's useful.

Awesome Excel Parsers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pola-rs/polarsAvatar de pola-rs

    pola-rs/polars

    38,855Voir sur GitHub↗

    Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It functions as a structured data library that organizes information into typed columns, utilizing the Apache Arrow memory format to enable zero-copy data sharing and cache-friendly, vectorized operations. The engine is built to handle large-scale tabular datasets, providing both local and distributed analytical runtimes that scale from single-machine environments to multi-node clusters. The project distinguishes itself through a sophisticated lazy query engine that constructs abstract e

    Reads Excel files into datasets using high-performance parsers or flexible alternatives.

    Rustarrowdataframedataframe-library
    Voir sur GitHub↗38,855
  • cinnamon/kotaemonAvatar de Cinnamon

    Cinnamon/kotaemon

    25,139Voir sur GitHub↗

    Kotaemon is an orchestration framework designed for building modular, agentic workflows that integrate document processing, retrieval-augmented generation, and multi-step reasoning. It provides a comprehensive platform for developing document-based question answering systems, allowing users to chain language models, prompt templates, and external tools into complex, automated pipelines. The system distinguishes itself through a highly modular architecture that emphasizes component-based composition and schema-driven data exchange. It supports autonomous agents capable of decomposing complex q

    Parses Excel spreadsheet files into structured documents by flattening rows and columns for data extraction.

    Pythonchatbotllmsopen-source
    Voir sur GitHub↗25,139
  • phpoffice/phpspreadsheetAvatar de PHPOffice

    PHPOffice/PhpSpreadsheet

    13,932Voir sur GitHub↗

    PhpSpreadsheet is a PHP library used for reading and writing spreadsheet files across various formats. It functions as a spreadsheet file generator and an Excel file parser, allowing for the programmatic creation and manipulation of documents compatible with software such as Microsoft Excel and LibreOffice Calc. The library provides capabilities for programmatic spreadsheet generation and data extraction, enabling the conversion of data from spreadsheet files into programmable PHP formats. It also facilitates cross-format spreadsheet conversion, allowing data to be moved between different sta

    Extracts and processes data specifically from Microsoft Excel file formats.

    PHP
    Voir sur GitHub↗13,932
  • armour/vue-typescript-admin-templateAvatar de Armour

    Armour/vue-typescript-admin-template

    5,677Voir sur GitHub↗

    Vue-typescript-admin-template is a TypeScript-based admin panel starter built with Vue CLI 3, providing a complete foundation for building enterprise back-office interfaces. It enforces type safety across Vue components using TypeScript, reducing runtime errors and improving code maintainability, while offering a dynamic route permission system that controls sidebar navigation and page access by mapping user roles to route permissions at runtime. The template includes a mock API service layer that simulates backend responses for frontend development without a live server, along with internati

    Uploads an Excel file and parses its data for use within the application.

    Vueadminadmin-dashboardtemplate
    Voir sur GitHub↗5,677
  • exceldatareader/exceldatareaderAvatar de ExcelDataReader

    ExcelDataReader/ExcelDataReader

    4,387Voir sur GitHub↗

    ExcelDataReader is a C# library used to extract data and metadata from Microsoft Excel spreadsheets and CSV files. It functions as a workbook parser that converts spreadsheet content into structured data sets for programmatic access and iteration. The project includes a specialized metadata extractor for retrieving cell-level details, such as number formats, styles, row heights, column widths, and merged cell ranges. It also provides a stream processor for parsing plain text CSV files with customizable encoding and separator detection. The library supports the OpenXML standard for modern spr

    Extracts data from various Microsoft Excel formats and versions to retrieve spreadsheet content.

    C#csharpdotnetexcel
    Voir sur GitHub↗4,387
  • xlwings/xlwingsAvatar de xlwings

    xlwings/xlwings

    3,312Voir sur GitHub↗

    xlwings - Make Excel fly with Python!

    Reads Excel files at high speed without requiring Microsoft Excel installation.

    Pythonautomationexcelgoogle-sheets
    Voir sur GitHub↗3,312
  1. Home
  2. Data & Databases
  3. Excel Parsers