本帖最后由 Wilson.Zhang 于 2024-8-29 17:21 编辑
就是spread中 能实现 导入excel 后通过文件流转json 在用内置导入方法,在追加固定列显示在新导入excel列的前面吗 this.spread = Gc.Spread.sheets.findcontrol(document.getElementById('spreadDom'));//初始化sp
excelIo.open(res,json =>{
console.log(json, 'json');
const newSpread = new Gc.Spread.Sheets.Workbook();
newspread.fromJSON(json);
|