本帖最后由 拾荒 于 2024-8-29 10:31 编辑
利用11版本JSON导入在16版本展示,调用16版本的spreadObj.export但是无法读取BorderStyle
表格上是有设置边框的,转成excel也是有边框,但是无法读取到[size=15.0667px]BorderStyle。
[size=15.0667px]
[size=15.0667px] //Excel转成blob
spreadObj.export(function (blob) {
tempCell.remove();
callback(blob);
}, function (e) {
tempCell.remove();
console.log("spread转成Excel失败:" +e);
}, {
fileType: GC.Spread.Sheets.FileType.excel,
includeBindingSource: true
});
|
|