Browse Source

Merge pull request #1021 from ghostcode/patch-1

Update cell.md
master
mengshukeji 3 years ago
committed by GitHub
parent
commit
9cd49b8fe0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/zh/guide/cell.md

4
docs/zh/guide/cell.md

@ -189,7 +189,7 @@
"top": 10, //批注框上边距 "top": 10, //批注框上边距
"width": 91, //批注框宽度 "width": 91, //批注框宽度
"height": 48, //批注框高度 "height": 48, //批注框高度
"value": "I am a comment", //批内容 "value": "I am a comment", //批内容
"isshow": true //批注框为显示状态 "isshow": true //批注框为显示状态
}, },
"f": "=SUM(233)" //单元格是一个求和公式 "f": "=SUM(233)" //单元格是一个求和公式
@ -611,4 +611,4 @@ Luckysheet在存储数字类型的内容时,支持多种格式转换,所以
| 货币:智利比索 | "$" 0.00 | n | $ 123.00 || | 货币:智利比索 | "$" 0.00 | n | $ 123.00 ||
| 货币:中非金融合作法郎 | "FCFA" 0.00 | n | FCFA 123.00 || | 货币:中非金融合作法郎 | "FCFA" 0.00 | n | FCFA 123.00 ||
以上配置参考了[Aspose.Cells](https://docs.aspose.com/display/cellsnet/List+of+Supported+Number+Formats#ListofSupportedNumberFormats-Aspose.Cells) 以上配置参考了[Aspose.Cells](https://docs.aspose.com/display/cellsnet/List+of+Supported+Number+Formats#ListofSupportedNumberFormats-Aspose.Cells)

Loading…
Cancel
Save