开发者

how to convert spreadsheet columns to rows using Java

开发者 https://www.devze.com 2023-03-31 03:16 出处:网络
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 con

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消