1.0.1 • Published 6 years ago

ts-xlsx-export v1.0.1

Weekly downloads
455
License
MIT
Repository
github
Last release
6 years ago

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