I was unable to find a minimal XLSX (Excel) parser. The closest free option would be apache POI with about 8+ megabyte of JARs and features I don't need.
The input is an XLSX file and the output is a Map<String,String[][]> with key of 'sheet name' and a String[][] of cell data.
Dates are reformatted to dd/MM/yyyy (configurable in the code).
The output of String[][] is to keep the interface compatible with CSV (eg. OpenCSV).
Categories
LibrariesFollow XLSX parser for Java in 150 LOC
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of XLSX parser for Java in 150 LOC!