How use xlsio in angular

Hi,

I'm searching examples about how use xlsio in angular, but I can't find.

How can I use xlsio in angular?

1 Reply

PK Prakash Kumar D Syncfusion Team October 5, 2018 09:30 AM UTC

Hi Manolo, 
 
Thank you for contacting Syncfusion support. 
 
We do not have XLSIO client-side library in Angular. However, you can achieve your requirement by XlsIO .NET library services in your Angular applications. Please find a simple example for the same in the below link.  
 
 
 
Steps to be followed to use XlsIO in Angular:  
 
1.      Run the WebService project to start the service.  
 
2.      Open the angular app from stackblitz and edit the service link with your port number. ('https://localhost:63823/api/home/getdocument') 
 
3.      Now you can download the Excel file using XlsIO Web service. 
 
You can also download the project from stackblitz and set up in your own machine. Please follow the below link for a simple quickstart. 
 
Note: The file can be downloaded only when the local service is running. 
 
Regards, 
Prakash Kumar 


Loader.
Up arrow icon