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

0.0.8 • 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>

Readme

Keywords

Package Sidebar

Install

npm i @lanzs/excel

Weekly Downloads

1

Version

0.0.8

License

ISC

Unpacked Size

20.2 kB

Total Files

6

Last publish

Collaborators

  • owenwong