Browse Source

Merge pull request #834 from wenfangdu/patch-3

fix: typo
master
Dushusir 4 years ago
committed by GitHub
parent
commit
2f21886ddd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/zh/guide/api.md

2
docs/zh/guide/api.md

@ -33,7 +33,7 @@ Luckysheet针对常用的数据操作需求,开放了主要功能的API,开
`luckysheet.getCellValue(0, 0)` `luckysheet.getCellValue(0, 0)`
- 返回指定data数据的第2行第2列单元格的原始值。 - 返回指定data数据的第2行第2列单元格的显示值。
`luckysheet.getCellValue(1, 1, {type:"m"})` `luckysheet.getCellValue(1, 1, {type:"m"})`

Loading…
Cancel
Save