Browse Source

danny first commit

master
danny 5 years ago
parent
commit
d52d33eb25
  1. 6
      docs/guide/data.md
  2. 1346
      docs/guide/sheet.md

6
docs/guide/data.md

@ -29,15 +29,15 @@
"colhidden":{}, //hidden columns "colhidden":{}, //hidden columns
"borderInfo":{}, //borders "borderInfo":{}, //borders
}, },
"celldata": [], //initialize the cell data used "celldata": [], //initialize the cell data
"data": [], //Update and store the cell data used "data": [], //Update and store the cell data
"scrollLeft": 0, //Left and right scroll bar position "scrollLeft": 0, //Left and right scroll bar position
"scrollTop": 315, //Up and down scroll bar position "scrollTop": 315, //Up and down scroll bar position
"luckysheet_select_save": [], //selected area "luckysheet_select_save": [], //selected area
"luckysheet_conditionformat_save": {},//Conditional format "luckysheet_conditionformat_save": {},//Conditional format
"calcChain": [],//Formula chain "calcChain": [],//Formula chain
"isPivotTable":false,//Whether to pivot table "isPivotTable":false,//Whether to pivot table
"pivotTable":{},//Pivot table settings "pivotTable":{},//Pivot table configuration
"filter_select": null,//Filter range "filter_select": null,//Filter range
"filter": null,//Filter configuration "filter": null,//Filter configuration
"luckysheet_alternateformat_save": [], //Alternate colors "luckysheet_alternateformat_save": [], //Alternate colors

1346
docs/guide/sheet.md

File diff suppressed because it is too large
Loading…
Cancel
Save