angular js 导入excel数据

时间:2021-08-23 03:28:27
【文件属性】:

文件名称:angular js 导入excel数据

文件大小:296KB

文件格式:ZIP

更新时间:2021-08-23 03:28:27

angular js

2.angular-cli.json更新引用路径 "apps": [ { "root": "src", "outDir": "dist", "scripts": [ "assets/xlsx/xlsx.full.min.js" ], } ], 3. *.component.ts引用 declare let XSX; @Component({ selector: 'app-addevent', templateUrl: './addevent.component.html', }) export class addeventComponent { ngOnInit() { } } 4. *.component.html引用 <input id="file" type="file" (change)="onSelectFile($event)" >


【文件预览】:
xlsx
----xlsx.full.min.js(902KB)

网友评论