-1

我有一个紧急要求。从excel表中读取数据。是否有任何程序可以在不使用 apache poi api 的情况下从 excel 表中读取数据。我必须只使用支柱。

谢谢你,维普尔库马尔。

4

1 回答 1

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
于 2012-07-25T07:57:08.690 回答