Using aspose.cell (SP2010) in Jquery?

Hello All -

We have a specific requirement to enable “Export to Excel” SharePoint list items on Mac.
Since the OOTB option does not work on Safari@Mac. We are looking to build some JQuery based solution to achieve that.

We already have aspose.cells in the SP2010 farm. Can we call it from client side and create an excel with the data from the particular SP List?

Cheers,
Sumit

Hi Sumit,

Thanks for your posting and using Aspose.Cells.

Aspose.Cells needs to be executed on Server Side. It is actually .NET Framework Runtime that executes Aspose.Cells. Since you cannot use .NET Framework Runtime on Client Browsers, you can therefore not execute Aspose.Cells too.

Your clients must send request to your server and your server then should execute Aspose.Cells to create/manipulate Excel files.