Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc45ddf

Browse files
authored
Update README.md (#1677)
* Update README.mdAdded note about internationalized formula semantic* Update README.mdCo-authored-by: Xavi <3817677+xavi-dev@users.noreply.github.com>
1 parent0f6d765 commitdc45ddf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎README.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,10 +2631,13 @@ An Excel formula for calculating values on the fly.
26312631

26322632
Note that ExcelJS cannot process the formula to generate a result, it must be supplied.
26332633

2634+
Note that function semantic names must be in English and the separator must be a comma.
2635+
26342636
E.g.
26352637

26362638
```javascript
26372639
worksheet.getCell('A3').value= { formula:'A1+A2', result:7 };
2640+
worksheet.getCell('A3').value= { formula:'SUM(A1,A2)', result:7 };
26382641
```
26392642

26402643
Cells also support convenience getters to access the formula and result:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp