Need any specific excel driver for Server using Aspose Cell

Do we need any specific excel driver in the server for using this Aspose cells application. Or will it come along with Aspose cells DLL itself.

Hi,

Aspose.Cells does not use or even depend on MS Excel Automation / APIs or any other third party APIs, it does not require MS Excel to be installed either on the server or client system. But, one thing should be cleared here, if you need to view the generated file, you must have at least MS Excel Viewer installed on the client end to view the Excel files generated by your code (Aspose.Cells APIs) if you want to as this is optional.


Thank you.