diff --git a/docs/guide/api.md b/docs/guide/api.md index 081ab9d..e3b46a6 100644 --- a/docs/guide/api.md +++ b/docs/guide/api.md @@ -1673,13 +1673,6 @@ Use note: ### getLuckysheetfile() -[todo] - -- **Parameter**: - - - {PlainObject} [setting]: optional parameters - + {Function} [success]: callback function for the end of the operation - - **Explanation**: Returns a one-dimensional array `luckysheetfile` of all table data structures. Unlike the `getAllSheets` method, the worksheet parameters obtained by this method will contain many internal variables. The most obvious difference is that the table data operation will maintain `luckysheetfile[i]. data`, and the initialization data uses `options.data[i].celldata`, so `luckysheetfile` can be used for debugging, but the initialization table is not applicable. @@ -2209,9 +2202,6 @@ Use note: ### transToCellData(data [,setting])
-[todo] - - - **Parameter**: - {Array} [data]: data diff --git a/docs/zh/guide/api.md b/docs/zh/guide/api.md index a7df429..eb33e54 100644 --- a/docs/zh/guide/api.md +++ b/docs/zh/guide/api.md @@ -1675,13 +1675,6 @@ Luckysheet针对常用的数据操作需求,开放了主要功能的API,开 ### getLuckysheetfile() -[todo] - -- **参数**: - - - {PlainObject} [setting]: 可选参数 - + {Function} [success]: 操作结束的回调函数 - - **说明**: 返回所有表格数据结构的一维数组`luckysheetfile`,不同于`getAllSheets`方法,此方法得到的工作表参数会包含很多内部使用变量,最明显的区别是表格数据操作会维护`luckysheetfile[i].data`,而初始化数据采用的是`options.data[i].celldata`,所以`luckysheetfile`可用于调试使用,但是不适用初始化表格。 @@ -2212,9 +2205,6 @@ Luckysheet针对常用的数据操作需求,开放了主要功能的API,开 ### transToCellData(data [,setting]) -[todo] - - - **参数**: - {Array} [data]: data数据 diff --git a/src/controllers/conditionformat.js b/src/controllers/conditionformat.js index 657d50a..e5ff88a 100644 --- a/src/controllers/conditionformat.js +++ b/src/controllers/conditionformat.js @@ -22,23 +22,23 @@ const conditionformat = { return `