开发者

How to read and upload a xls file using Spring framework?

开发者 https://www.devze.com 2023-01-02 21:41 出处:网络
I have an 开发者_开发知识库xls file, for example \"abc.xls\"; how can I read and upload this file using Spring?You can use Spring MVC\'s File upload support to get the file from browser to server, and

I have an 开发者_开发知识库xls file, for example "abc.xls"; how can I read and upload this file using Spring?


You can use Spring MVC's File upload support to get the file from browser to server, and then Apache POI to extract the required data from it.

0

精彩评论

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