How does Aspose.Cells read/create MS Excel file

1.4k Views Asked by At

Does it have a dependency on something like a COM interface or OleDb that it installs as a redistributable package or does it read Excel Binary File Format directly?

Just want to know how it works before I install it on my servers..

1

There are 1 best solutions below

0
On BEST ANSWER

Aspose.Cells for .NET reads and writes the Excel file directly. It does not have any dependency on any other COM component.

The only requirement is the .NET Framework.

I work as a Developer Evangelist for Aspose.