There are external npm packages to export data into an excel sheet, however is there any inbuilt package on angular to do this?
CodePudding user response:
You can use xlsx npm module. See this sample application.
CodePudding user response:
You can try this package,
npm i xlsx
For more info - https://www.npmjs.com/package/xlsx