0.0.8 • Published 7 months ago

@lanzs/excel v0.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

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

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago