Search code examples
javac#phpimport-from-excel

What options do I have for reading Excel files and evaluating formulas in C#, Java and PHP?


I've seen various means of reading (and writing) Excel spreadsheets. For example:

But I'm interested in more than just reading/writing Excel files. I want something where I can evaluate arbitrary Excel formulas. So far in this vein I've seen:

  • C# Excel Interop, although this seems to require that you have Excel running; and
  • POI-HSSF: this formula support seems incomplete.

Are there better options or is that it?


Solution

  • SpreadsheetGear for .NET is compatible enough with Excel that Microsoft uses it to calculate Excel based calculators on their MSN Money web site.