spreadjs 。 var source = new GC.Spread.Sheets.Bindings.CellBindingSource(obj);
console.log("GGGG");
me.activeSheet.setDataSource(source);
提示 Cannot insert new cells because it would push non-empty cells of the end of worksheet. These cells might appear empty but have blank values, some formatting, or a formula. Delete enough rows or columns to make room for what you want to insert and then try again.
|
|