ts-xlsx-export
v1.0.1
Published
Export Excel Library
Downloads
995
Maintainers
Readme
ts-xlsx-export
This library allows you to export json data in Excel. It has been written in typescripte so it can be used in all projects using typescript. For example, projects with Angular. The installation and use are very simple..
Installation
npm i ts-xlsx-export
Utilization
import { tsXLXS } from 'ts-xlsx-export';
tsXLXS().exportAsExcelFile(jsonData).saveAsExcelFile(fileName);
Function details
Browser Support
This library has been tested with the following browsers:
- Chrome
- IE 11
- FireFox