From 8aa103e87c31f84dbe7942756a7286529e795e01 Mon Sep 17 00:00:00 2001 From: shathor Date: Sun, 22 Nov 2020 13:10:25 +0100 Subject: [PATCH] Add fastexcel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcb0fff..ebbf29c 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ _Libraries that assist with processing office document formats._ - [Apache POI](https://poi.apache.org) - Supports OOXML (XLSX, DOCX, PPTX) as well as OLE2 (XLS, DOC or PPT). - [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. - [zerocell](https://github.com/creditdatamw/zerocell) - Annotation-based API for reading data from Excel sheets into POJOs with focus on reduced overhead. ### Financial