Ross ROSS = Recommend OSS · open-source software intelligence for agents

alibaba/easyexcel

快速、简洁、解决大文件内存溢出的java处理Excel工具 observed · 2026-08-28

github.com/alibaba/easyexcel · homepage · Java · Apache-2.0 (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3130
  • days_rel: 721
  • days_push: 673
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

33663 stars · 7558 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

EasyExcel is a Java library for reading and writing Excel files (xls, xlsx, and CSV) built on top of Apache POI, redesigned to avoid out-of-memory errors on large files. It maps Excel columns to Java entity classes via annotations and uses disk caching so even very large spreadsheets can be processed with minimal memory.

Use cases

  • read large excel files without running out of memory in java
  • export data to xlsx from a spring boot web app
  • parse excel uploads and map rows to java objects
  • write millions of rows to an excel spreadsheet efficiently
  • import spreadsheet data into a database from java
  • generate excel download endpoints in a web application

When to choose

  • you need to read or write very large Excel files in Java with low memory usage
  • you want simple annotation-based mapping between Excel columns and Java classes
  • you are serving Excel uploads/downloads in a JVM web application

When to avoid

  • you need actively developed features - the project has entered maintenance mode with no new features planned
  • you are not on the JVM
  • you need rich Excel styling, charts, or advanced formatting features beyond read/write

Facets

library · maturity maintenance

parser file-system developer-tools files developer-tools jvm cross-platform excel xlsx xls csv poi memory-efficient spreadsheet java-library large-files oom-prevention data-engineering

6 sources

Member repositories

RepositoryRoleHealth v2
alibaba/easyexcelmain10

For agents

markdown · JSON · MCP: product_card(name="alibaba/easyexcel")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem