@lanzs/excel
TypeScript icon, indicating that this package has built-in type declarations

1.6.0 • Public • Published

@lanzs/excel

a convenient tool for using web Excel.

usage

// js
import useExcel from '@lanzs/excel'
const [initExcel, { load, download }] = useExcel('#preview')
window.onload = function() {
  initExcel()
}
// html
<button onclick="download()">download</button>
<button onclick="load(uint8ArrayData)">upload</button>
<div id="preview" style="height: 500px"></div>

Dependents (0)

Package Sidebar

Install

npm i @lanzs/excel

Weekly Downloads

3

Version

1.6.0

License

ISC

Unpacked Size

10.6 MB

Total Files

172

Last publish

Collaborators

  • owenwong