问题
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:
- Apache POI
- JExcelApi
来源:https://stackoverflow.com/questions/11611816/read-excel-sheet-without-using-poi-api