how to convert spreadsheet columns to rows using Java
My application allows users to upload a spreadsheet and will proc开发者_JAVA技巧ess 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
You can use apache POI for doing this
http://poi.apache.org/
精彩评论