开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜