Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-f committed Dec 23, 2020
1 parent 92c7a27 commit 7412c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2577,7 +2577,7 @@ export function setRangeShow(range, options = {}) {
* @param {Array[Array]} data 要赋值的单元格二维数组数据,每个单元格的值,可以为字符串或数字,或为符合Luckysheet格式的对象
* @param {Object} options 可选参数
* @param {Object | String} options.range 选区范围,支持选区的格式为"A1:B2"、"sheetName!A1:B2"或者{row:[0,1],column:[0,1]},只能为单个选区;默认为当前选区
* @param {Number} options.isRefresh 是否刷新界面;默认为true
* @param {Boolean} options.isRefresh 是否刷新界面;默认为true
* @param {Number} options.order 工作表索引;默认值为当前工作表索引
* @param {Function} options.success 操作结束的回调函数
*/
Expand Down

0 comments on commit 7412c5b

Please sign in to comment.