[點(diǎn)晴永久免費(fèi)OA]TML選擇Excel文件顯示表格
1、下載xlxs 下載地址:https://github.com/SheetJS/js-xlsx 2、導(dǎo)入xlsx.core.min.js <script src="lib/xlsx.core.min.js"></script> 或者在線引入: <script src="https://cdn.bootcss.com/xlsx/0.11.9/xlsx.core.min.js"></script> 3、HTML代碼: <input type="file" id="open-excel" > 4、script代碼: var files = e.target.files; values中將得到一個(gè)json數(shù)組,返回Excel數(shù)據(jù)
PS: 1、jQuery的change方法修改某值,寫在$scope.$apply(function(){......})里 2、將鍵值對(duì)取出分別存在兩個(gè)數(shù)組里的方法: $scope.itemArray = Object.getOwnPropertyNames(object); //object為存儲(chǔ)多組鍵值對(duì)的數(shù)組 $scope.valueArray = Object.getOwnPropertyNames(object).map(function (item) { return object[item]; }); 該文章在 2020/5/1 1:23:01 編輯過(guò) |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |