@hufe921/canvas-editor-plugin-excel
v0.0.1
Published
excel plugin for canvas-editor
Downloads
137
Readme
usage
npm i @hufe921/canvas-editor-plugin-excel --save
import Editor from '@hufe921/canvas-editor'
import excelPlugin from '@hufe921/canvas-editor-plugin-excel'
const instance = new Editor()
instance.use(excelPlugin)
command.executeImportExcel({
arrayBuffer: buffer
})