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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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!