Skip to content

Commit ac54fa8

Browse files
committed
fix some errors
1 parent 64a7009 commit ac54fa8

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
lines changed

chinese/aspose.cellsgridjs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ is_root: false
99
---
1010
**Aspose.Cells.GridJs**命名空间包含 GridJ 的所有类,这些类提供了管理电子表格的基本操作,而无需使用 Microsoft Excel 。
1111

12-
###
12+
### 课程
1313
||描述|
1414
| :- | :- |
1515
| [`Config`](/cells/python-net/zh/aspose.cellsgridjs/config) |代表GridJs的所有设置|

chinese/aspose.cellsgridjs/config/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Config 类型公开以下成员:
2121
| [__init__](/cells/python-net/zh/aspose.cellsgridjs/config/__init__/#) |构造一个新的 Config 实例|
2222

2323

24-
### 特性
24+
### 属性
2525
|属性|描述|
2626
| :- | :- |
2727
| [save_html_as_zip](/cells/python-net/zh/aspose.cellsgridjs/config/save_html_as_zip) |设置/获取是否将 html 文件保存为 zip 存档,默认为 false。|

chinese/aspose.cellsgridjs/config/set_license/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def set_license(self, stream):
3939
|范围|类型|描述|
4040
| :- | :- | :- |
4141
| stream | io.RawIOBase |包含许可证的流。|
42-
### 评论
42+
### 注意事项
4343

4444
使用此方法从流加载许可证。
4545

chinese/aspose.cellsgridjs/gridabstractcalculationengine/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GridAbstractCalculationEngine 类型公开以下成员:
2222

2323

2424

25-
### 评论
25+
### 注意事项
2626

2727

2828
在此实现中,用户不应直接修改工作簿的任何部分(自定义函数的计算结果除外,可以通过 GridCalculationData.CalculatedValue 属性设置)。

chinese/aspose.cellsgridjs/gridabstractcalculationengine/calculate/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def calculate(self, data):
2222
|范围|类型|描述|
2323
| :- | :- | :- |
2424
| data | [`GridCalculationData`](/cells/python-net/zh/aspose.cellsgridjs/gridcalculationdata) |计算函数所需的数据,例如函数名称、参数等。|
25-
### 评论
25+
### 注意事项
2626

2727
用户应为所有函数(包括 Excel 原生函数)设置给定数据的计算值
2828
他想自己在这个实施中calculate。

chinese/aspose.cellsgridjs/gridcalculationdata/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ is_root: false
1515

1616
GridCalculationData 类型公开以下成员:
1717

18-
### 特性
18+
### 属性
1919
|属性|描述|
2020
| :- | :- |
2121
| [calculated_value](/cells/python-net/zh/aspose.cellsgridjs/gridcalculationdata/calculated_value) |获取/设置此函数的计算值。|
@@ -37,7 +37,7 @@ GridCalculationData 类型公开以下成员:
3737

3838

3939

40-
### 评论
40+
### 注意事项
4141

4242

4343
此类提供的所有对象仅用于“读取”目的。

chinese/aspose.cellsgridjs/gridcalculationdata/calculated_value/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is_root: false
1212

1313
获取/设置此函数的计算值。
1414

15-
### 评论
15+
### 注意事项
1616

1717

1818
用户应在其自定义计算引擎中为引擎支持的功能设置此属性,

chinese/aspose.cellsgridjs/gridcellexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ is_root: false
1515

1616
GridCellException 类型公开以下成员:
1717

18-
### 特性
18+
### 属性
1919
|属性|描述|
2020
| :- | :- |
2121
| [code](/cells/python-net/zh/aspose.cellsgridjs/gridcellexception/code) |代表异常代码。|

chinese/aspose.cellsgridjs/gridexceptiontype/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ is_root: false
1414

1515
GridExceptionType 类型公开以下成员:
1616

17-
### 领域
18-
|场地|描述|
17+
### 字段
18+
|字段|描述|
1919
| :- | :- |
2020
| CHART |图表设置无效。|
2121
| DATA_TYPE |数据类型设置无效。|

chinese/aspose.cellsgridjs/gridjsworkbook/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GridJsWorkbook 类型公开以下成员:
2121
| [__init__](/cells/python-net/zh/aspose.cellsgridjs/gridjsworkbook/__init__/#) |构造 GridJsWorkbook 的新实例|
2222

2323

24-
### 特性
24+
### 属性
2525
|属性|描述|
2626
| :- | :- |
2727
| [settings](/cells/python-net/zh/aspose.cellsgridjs/gridjsworkbook/settings) |代表工作簿设置。|

0 commit comments

Comments
 (0)