awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
monitorjbl avatar

monitorjbl/excel-streaming-reader

0
View on GitHub↗
974 stele·349 fork-uri·Java·Apache-2.0·1 vizualizare

Excel Streaming Reader

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 support the handling of large datasets, the library incorporates resource-managed stream handling and temporary file buffering. These mechanisms ensure that input streams are processed from disk and that temporary files are automatically cleaned up upon completion, providing a stable environment for high-performance data extraction workflows built on top of Apache POI.

Features

  • Spreadsheet Streaming Libraries - Provides a memory-efficient library for processing massive spreadsheet files by reading data incrementally.
  • Streaming Parsers - Processes large spreadsheet files by reading the underlying XML structure incrementally to avoid loading the entire document into memory.
  • Spreadsheet Row Streaming - Exposes spreadsheet data through a sequential cursor interface that keeps only a small, configurable subset of rows active in memory.
  • Large Scale Processing - Reads massive Excel files incrementally to extract data without consuming excessive system memory.
  • Row Iterators - Provides iterative access to individual rows and cells to handle large datasets efficiently without loading the entire file into memory.
  • Memory-Efficient Data Streaming - Provides a utility for streaming input from disk to handle large datasets while maintaining a small memory footprint.
  • Memory-Efficient Scanning - Processes large datasets from disk by keeping only a small subset of rows active in memory at any given time.
  • Event-Driven Row Parsers - Translates low-level XML parsing events into high-level row and cell objects for efficient, memory-conscious data extraction.
  • Stream Resource Management - Ensures system stability by automatically managing the lifecycle of input streams and temporary files during data processing.
  • Temporary File Cleanup - Automates the creation and removal of temporary files used for buffering input streams during data processing.
  • Temporary Storage Managers - Offloads large input streams to disk-based temporary storage to maintain a low memory footprint during the parsing process.

Istoric stele

Graficul istoricului de stele pentru monitorjbl/excel-streaming-readerGraficul istoricului de stele pentru monitorjbl/excel-streaming-reader

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Excel Streaming Reader

Colecții selectate manual în care apare Excel Streaming Reader.
  • Java Excel Libraries

Alternative open-source pentru Excel Streaming Reader

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Excel Streaming Reader.
  • apache/fesodAvatar apache

    apache/fesod

    6,062Vezi pe 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

    Javacsveasyexcelexcel
    Vezi pe GitHub↗6,062
  • alibaba/easyexcelAvatar alibaba

    alibaba/easyexcel

    33,703Vezi pe GitHub↗

    EasyExcel is a Java processing library designed for reading and writing XLS, XLSX, and CSV files. It functions as a memory-efficient spreadsheet parser, an object-relational mapper that binds spreadsheet columns to Java class fields, and a stream-based exporter for handling high-volume data. The library distinguishes itself through a streaming model that processes large files row-by-row via listeners to prevent heap memory overflow. It also operates as a template engine, allowing the population of predefined spreadsheet files with dynamic data while preserving original layouts and styles. Br

    Javaexceljavajxl
    Vezi pe GitHub↗33,703
  • exceljs/exceljsE

    exceljs/exceljs

    15,370Vezi pe GitHub↗

    ExcelJS is a Node.js spreadsheet engine and manipulation library used for reading, writing, and modifying XLSX and CSV files. It functions as a formatting tool and asynchronous streaming parser for generating complex workbooks containing formulas, rich text, and custom styles. The library is distinguished by its ability to process large datasets using asynchronous data streaming and incremental processing, which minimizes memory usage during data extraction and file generation. Its capability surface covers comprehensive data management, including structured tables, named ranges, and cell da

    JavaScript
    Vezi pe GitHub↗15,370
  • nissl-lab/npoiAvatar nissl-lab

    nissl-lab/npoi

    6,186Vezi pe GitHub↗

    NPOI is a pure .NET library for reading and writing Microsoft Office files in both legacy binary (.xls) and modern OpenXML (.xlsx, .docx) formats, operating entirely without requiring Microsoft Office or COM interop. It runs on Windows and Linux under .NET Standard and .NET Framework runtimes, using only managed code to parse and generate Office documents. The library provides comprehensive spreadsheet capabilities, including creating, editing, and reading Excel workbooks in both .xls and .xlsx formats, with support for cell formatting, styles, and formulas. It includes a streaming row-by-row

    C#biffdotnetcoreexcel
    Vezi pe GitHub↗6,186
Vezi toate cele 30 alternative pentru Excel Streaming Reader→

Întrebări frecvente

Ce face monitorjbl/excel-streaming-reader?

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.

Care sunt principalele funcționalități ale monitorjbl/excel-streaming-reader?

Principalele funcționalități ale monitorjbl/excel-streaming-reader sunt: Spreadsheet Streaming Libraries, Streaming Parsers, Spreadsheet Row Streaming, Large Scale Processing, Row Iterators, Memory-Efficient Data Streaming, Memory-Efficient Scanning, Event-Driven Row Parsers.

Care sunt câteva alternative open-source pentru monitorjbl/excel-streaming-reader?

Alternativele open-source pentru monitorjbl/excel-streaming-reader includ: apache/fesod — Apache Fesod is a lightweight Java library that wraps Apache POI to provide a streaming API for reading and writing… alibaba/easyexcel — EasyExcel is a Java processing library designed for reading and writing XLS, XLSX, and CSV files. It functions as a… nissl-lab/npoi — NPOI is a pure .NET library for reading and writing Microsoft Office files in both legacy binary (.xls) and modern… exceljs/exceljs — ExcelJS is a Node.js spreadsheet engine and manipulation library used for reading, writing, and modifying XLSX and CSV… erikrose/more-itertools — more-itertools is a Python iterable utility library providing advanced functions for manipulating, filtering, and… chyingp/nodejs-learning-guide — This project is a learning guide and collection of study notes designed to teach Node.js backend development. It…