Showing posts with label excel download. Show all posts
Showing posts with label excel download. Show all posts

Tuesday, November 26, 2019

Excel Download Feature in Angular


For Excel Download feature in Angular these Modules are required . you need to install.


1. file-saver

2. xlsx

npm install file-saver --save

npm install xlsx --save

once you install these package then it will give some error and ask for fund but dont wory your package will be installed which is required for excel download .

you need admin right to intall these packages.

 You Can Follow my Channel for VDO Shubh Techno Expert

Mat Table Angular

Mat Table in Angular Mat table is used to display data . its a material designed styled data-table . For using Material Table MatTableMo...