@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>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.6.01latest

Version History

VersionDownloads (Last 7 Days)Published
1.6.01
1.5.71
1.5.60
1.5.50
1.5.40
1.5.30
1.5.20
1.5.10
1.5.00
1.4.00
1.3.00
1.2.00
1.1.10
1.1.01
1.0.00
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

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