[點晴永久免費OA]TML選擇Excel文件顯示表格
1、下載xlxs 下載地址:https://github.com/SheetJS/js-xlsx 2、導入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中將得到一個json數(shù)組,返回Excel數(shù)據(jù)
PS: 1、jQuery的change方法修改某值,寫在$scope.$apply(function(){......})里 2、將鍵值對取出分別存在兩個數(shù)組里的方法: $scope.itemArray = Object.getOwnPropertyNames(object); //object為存儲多組鍵值對的數(shù)組 $scope.valueArray = Object.getOwnPropertyNames(object).map(function (item) { return object[item]; }); 該文章在 2020/5/1 1:23:01 編輯過 |
關鍵字查詢
相關文章
正在查詢... |