My application allows users to upload a spreadsheet and will process the sheet row wise. Now I need to develop an application to process a spreadsheet column wise. Is there a way to convert all the columns to rows using java
My application allows users to upload a spreadsheet and will process the sheet row
Share
You can use apache POI for doing this
http://poi.apache.org/