Package Exports
- qexport-xlsx
- qexport-xlsx/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (qexport-xlsx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
qexport-xlsx
async toXLSX(table: Array<Array
Installation
npm install qexport-xlsx
Usage
Example:
import { toXLSX } from 'qexport-xlsx'
// let { toXLSX } = require('qexport-xlsx');
toXLSX([
["A", "B"],
["C", "D"]
], "./output.xlsx").then(()=>{
console.log("Done!");
});
License
BSD 2-Clause License