|
@@ -215,6 +215,10 @@ $(document).ready(function() {
|
|
|
|
|
|
function loadChapterProperty() {
|
|
|
SpreadJsObj.loadSheetData(spread.getActiveSheet(), SpreadJsObj.DataType.Data, property.chapter);
|
|
|
+ $('#hint-6').hide();
|
|
|
+ const sheet = spread.getActiveSheet();
|
|
|
+ const defaultStype = sheet.getDefaultStyle();
|
|
|
+ sheet.getRange(0, 0, sheet.getRowCount(), sheet.getColumnCount()).backColor(defaultStype.backColor);
|
|
|
}
|
|
|
|
|
|
function setReadOnly(readOnly) {
|