AgExcel is an Angular Wrapper for [JExcel V3](https://www.npmjs.com/package/jexcel). JExcel has an angular library but it is paid. Javascript version can be implemented, but scripts and styles needs to be loaded before hand, AgExcel takes care of loading
npm install ag-excelnpm i ag-excel
json
{
"architect": {
"assets": [
{
"glob": "*/",
"input": "./node_modules/ag-excel/assets/AgExcel",
"output": "./assets/AgExcel"
}
]
}
}
``