Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/guides/sheets/features/core/formula.ja-JP.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enum CalculationMode {
}
```

> 数式セルが予期しない値を保持している場合、`initialFormulaComputing` を `FORCED` に設定して全数式を強制再計算するか、初期化前にセルの `v` 値をクリアしてください。
> 数式セルが予期しない値を保持している場合、`initialFormulaComputing` を `CalculationMode.FORCED` に設定して全数式を強制再計算するか、初期化前にセルの `v` 値をクリアしてください。

## サポートされる数式関数

Expand Down
2 changes: 1 addition & 1 deletion content/guides/sheets/features/core/formula.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enum CalculationMode {
}
```

> If the cell containing the formula has an unexpected value, you can set `initialFormulaComputing` to `FORCED` to force the calculation of all formulas. Alternatively, you can clear the cell's `v` value before initialization.
> If the cell containing the formula has an unexpected value, you can set `initialFormulaComputing` to `CalculationMode.FORCED` to force the calculation of all formulas. Alternatively, you can clear the cell's `v` value before initialization.

## Supported Formula Functions

Expand Down
2 changes: 1 addition & 1 deletion content/guides/sheets/features/core/formula.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enum CalculationMode {
}
```

> 如果公式所在单元格有非预期值,可以通过 `initialFormulaComputing` 设置为 `FORCED` 强制计算所有公式。或者初始化之前清空单元格的 `v` 值。
> 如果公式所在单元格有非预期值,可以通过 `initialFormulaComputing` 设置为 `CalculationMode.FORCED` 强制计算所有公式。或者初始化之前清空单元格的 `v` 值。

## 已经支持的公式函数

Expand Down
2 changes: 1 addition & 1 deletion content/guides/sheets/features/core/formula.zh-TW.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enum CalculationMode {
}
```

> 如果公式所在儲存格有非預期值,可以透過 `initialFormulaComputing` 設定為 `FORCED` 強制計算所有公式。或者初始化之前清空儲存格的 `v` 值。
> 如果公式所在儲存格有非預期值,可以透過 `initialFormulaComputing` 設定為 `CalculationMode.FORCED` 強制計算所有公式。或者初始化之前清空儲存格的 `v` 值。

## 已經支援的公式函數

Expand Down
Loading