Open Source Excel Engine [closed]
开发者_JAVA百科
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI am looking for an Open Source Excel Engine which can run excel on the server and return the values back for the specified cells(support Excel Functions).
I am evaluating the following solutions, but don't have deep understanding of whether they are good or bad solutions
- OpenXLS
- Gnumeric
Another non-opensource solution I am also looking into is SpreadsheetGear.
If any body has experience with these tools or know any open source tools that can be used to process and run Excel files server side, please post your comments here.
Andy Khan's JExcel is terrific, but I'm not sure if it supports Excel macros. It's a great Excel API in every other respect.
I don't know if this helps but Apache POI can process Excel .xls files without the need for MS Excel installed. It can also process formulae, as shown here.
精彩评论