import Xlsx from 'xlsx ';
var xlsx = new Xlsx({
container:container,
minCols,
minRows,
data:[
['-', 'Ford', 'Tesla', 'Toyota', 'Honda'],
['2017', 10, 11, 12, 13],
['2018', 20, 11, 14, 13],
['2019', 30, 15, 12, 13]
],
onChange:function(data){
},
language: 'zh-CN'
})
-
Notifications
You must be signed in to change notification settings - Fork 0
21epub/xlsx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|