Skip to content

568815707/export-to-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xlsx ES6

Export To Xlsx

The front end exports the XLSX method

Install

    npm install export-to-xlsx

Usage

  import ExportToXlsx from 'export-to-xlsx'
  ...
  
  function exportData (data) {
      
      const fileName = 'output'
      
      const headers = [
          {
              k: 'key',
              v: 'value'
          },
          ...
        ]
    ExportToXlsx(headers, data, fileName)
  }
  

Author

  • blog: osenki

    If you have any problem in using it, please feel free to give me feedback. You can communicate with me through the following contact information

License

ISC

Keywords

xlsx csv

About

export to csv in front

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published