This is a simple Java program to read and/or write an excel file using Apache POI and Maven for handling dependencies This is a very simple Java program that gives you an idea of reading an excel file ...
Use marschall/mini-csv for CSV parsing, which uses marschall/line-parser. This allows us to drastically cut down on string allocations as just a reused CharSequence view is created for every line ...