From 60b700e44f51bec27477427009475c5504337e71 Mon Sep 17 00:00:00 2001 From: chitralabs Date: Wed, 18 Feb 2026 12:38:56 -0600 Subject: [PATCH] Add Sheetz to Document Processing Sheetz is a Java library for reading and writing Excel (.xlsx, .xls) and CSV files with a one-line, annotation-based API. It features streaming support for million-row files, built-in data validation, 19 type converters, and a Spring Boot starter. Apache 2.0 licensed and available on Maven Central. GitHub: https://github.com/chitralabs/sheetz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9b442ce..60745c85 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ _Libraries that assist with processing office document formats._ - [documents4j](https://documents4j.com/#/) - API for document format conversion using third-party converters such as MS Word. - [docx4j](https://www.docx4java.org/trac/docx4j) - Create and manipulate Microsoft Open XML files. - [fastexcel](https://github.com/dhatim/fastexcel) - High performance library to read and write large Excel (XLSX) worksheets. +- [Sheetz](https://github.com/chitralabs/sheetz) - Read and write Excel and CSV files with one line of code. Annotation-based mapping, streaming for million-row files, built-in validation. - [zerocell](https://github.com/creditdatamw/zerocell) - Annotation-based API for reading data from Excel sheets into POJOs with focus on reduced overhead. ### Financial