awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesSpreadsheet Streaming Libraries

Libraries that wrap spreadsheet APIs to provide streaming row-by-row processing for large files.

Distinct from Apache Flink Connectors: No candidate covers a lightweight streaming wrapper around Apache POI; closest candidates are Apache Flink connectors or unrelated Apache projects.

Explore 2 awesome GitHub repositories matching data & databases · Spreadsheet Streaming Libraries. Refine with filters or upvote what's useful.

Awesome Spreadsheet Streaming Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • apache/fesodapache का अवतार

    apache/fesod

    6,062GitHub पर देखें↗

    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

    A lightweight library that wraps Apache POI to stream spreadsheet data and prevent out-of-memory errors.

    Javacsveasyexcelexcel
    GitHub पर देखें↗6,062
  • monitorjbl/excel-streaming-readermonitorjbl का अवतार

    monitorjbl/excel-streaming-reader

    974GitHub पर देखें↗

    Excel Streaming Reader is a Java library designed for processing massive spreadsheet files by reading data incrementally. It functions as a memory-efficient parser that prevents system memory exhaustion by avoiding the need to load entire documents into memory at once. The library utilizes an event-driven approach to translate low-level XML parsing events into high-level row and cell objects. By implementing streaming row iteration, it exposes data through a sequential cursor interface that maintains only a small, configurable subset of rows in memory during the extraction process. To suppor

    Provides a memory-efficient library for processing massive spreadsheet files by reading data incrementally.

    Java
    GitHub पर देखें↗974
  1. Home
  2. Data & Databases
  3. Spreadsheet Streaming Libraries