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
Atera - an All-in-one platform for IT management
Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
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!