|
@@ -115,6 +115,8 @@ let colSettingObj = {
|
|
|
sheet.setColumnCount(setting.headRows, GC.Spread.Sheets.SheetArea.rowHeader);
|
|
|
sheet.setColumnCount(1);
|
|
|
sheet.getRange(-1, 0, -1, 1).cellType(this.checkBox).hAlign(GC.Spread.Sheets.HorizontalAlign.center);
|
|
|
+ sheet.getCell(0, 0, GC.Spread.Sheets.SheetArea.colHeader).value('显示');
|
|
|
+ sheet.setColumnWidth(0, 300);
|
|
|
|
|
|
setting.cols.forEach(function (col, index) {
|
|
|
let i, iCol = 0, cell;
|