awesome-repositories.com

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

ExplorerRecherches sélectionnéesBlogPlan du site
ProjetÀ proposPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

1 dépôt

Awesome GitHub RepositoriesStreaming Processors

Libraries that process spreadsheet files row by row to handle large datasets with minimal memory.

Distinct from Excel Processing Libraries: Distinct from Excel Processing Libraries: focuses specifically on streaming row-by-row processing rather than general read/write capabilities.

Explore 1 awesome GitHub repository matching data & databases · Streaming Processors. Refine with filters or upvote what's useful.

Awesome Streaming Processors 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.
  • apache/fesodAvatar de apache

    apache/fesod

    6,062Voir sur GitHub↗

    Apache Fesod is a lightweight Java library that wraps Apache POI to provide a streaming API for reading and writing large Excel files. Its core identity is a low-memory spreadsheet processor that prevents out-of-memory errors by handling data row by row, never loading an entire document into memory at once. The library distinguishes itself through a listener-driven event model that fires row-level events to user code as each row is parsed, enabling incremental processing. It also includes an object mapping layer that maps spreadsheet rows directly to Java objects using configurable column map

    Processes spreadsheets with hundreds of thousands of rows by streaming data instead of loading everything into memory.

    Javacsveasyexcelexcel
    Voir sur GitHub↗6,062
  1. Home
  2. Data & Databases
  3. Excel Processing Libraries
  4. Streaming Processors