|
@@ -2457,7 +2457,6 @@ $('#uploadGld').click(function () {
|
|
|
});
|
|
|
|
|
|
let importJson = null;
|
|
|
-let importSpread = null;
|
|
|
//选择导入的excel文件
|
|
|
$('#customFile').change(function () {
|
|
|
let file = $(this)[0];
|
|
@@ -2478,7 +2477,6 @@ $('#customFile').change(function () {
|
|
|
if(importJson){
|
|
|
importJson = null;
|
|
|
}
|
|
|
- importSpread = new GC.Spread.Sheets.Workbook($('#importSpread')[0]);
|
|
|
let excelIo = new GC.Spread.Excel.IO();
|
|
|
let sDate = +new Date();
|
|
|
excelIo.open(excelFile, function (json) {
|