Back to browse
GitHub Repository

Read and write Excel (.xlsx, .xls) and CSV files in Java with one line of code. Annotation-based mapping, streaming for million-row files, built-in validation, 19 type converters. A simpler alternative to Apache POI.

8 starsJava

Sheetz – Java Excel/CSV: one-liner API and million-row streaming

by gchitrapradha·Feb 18, 2026·1 point·1 comment

AI Analysis

●●SolidSolve My ProblemNiche Gem
The Take

Sheetz literally reduces Apache POI boilerplate to Sheetz.read(...) / Sheetz.write(...), and it pairs that convenience with annotation-based mapping, a fluent multi-sheet builder, built-in streaming for million-row files, and row-level validation. It doesn't invent a new category—EasyExcel and POI already exist—but the one-line API, examples, and Maven releases make it an attractive, pragmatic choice when you need spreadsheet import/export without wrestling with workbook plumbing.

Target Audience

Backend developers, Java engineers building import/export spreadsheet features

Similar Projects