Integration with angular js 2

Hi,


I have requirement to export the data in excel using the angular js 2 ,

As i am using webapi2 in middle of the layer to communicate with the database and i would like to pass json to my webapi to to export the data in excel and download it on browser .

If any body have the sample please share with me


Hi,


Thanks for your posting and considering Aspose.Cells.

There is no direct way to achieve your requirements but if you could export your data to data tables, then you could move you data from data table into excel file using Aspose.Cells. Please see this documentation article that explains how to import data from data table into excel file.