Read excel sheet without using POI api

ぐ巨炮叔叔 提交于 2019-12-13 10:18:46

问题


I am having an urgent requirement. Reading data from excel sheet. Is there any procedure to read data from excel sheet without using apache poi api. i have to use only struts.

Thanking you, Vipul Kumar.


回答1:


What do you mean you "only have to use Struts"? If that means you cannot use any other library (and I hope it doesn't), you only have one way: implement an Excel parser yourself.

I strongly advise you against it, though. Why would you want to reinvent the wheel?

If not, then there are a couple of alternatives to help you:

  1. Apache POI
  2. JExcelApi


来源:https://stackoverflow.com/questions/11611816/read-excel-sheet-without-using-poi-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!