Skip to content

Commit 2051d1d

Browse files
committed
[add] notes on auto conversion of lowercase letters in formulas
1 parent 3c31978 commit 2051d1d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/functions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ description: You can learn about the formulas and functions of the DHTMLX JavaSc
66

77
# Formulas and functions
88

9-
Starting from v4.0, the package of DHTMLX Spreadsheet includes a set of predefined formulas that can be used for different types of calculations of strings and numbers. The formulas are compatible with Excel and Google Sheets.
9+
Starting from v4.0, the package of DHTMLX Spreadsheet includes a set of predefined formulas that can be used for different types of calculations of strings and numbers. The formulas are compatible with Excel and Google Sheets.
10+
11+
:::note
12+
Lowercase letters in formulas are automatically converted to upper case.
13+
:::
1014

1115
<iframe src="https://snippet.dhtmlx.com/wux2b35b?mode=result" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>
1216

docs/work_with_cells.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ description: You can learn about the work with cells in the documentation of the
2323
- [built-in functions](../functions/), for example **=MAX(C46;D46)**
2424
- Press **Enter**.
2525

26+
:::note
27+
Lowercase letters in formulas are automatically converted to upper case.
28+
:::
29+
2630
## Inserting a hyperlink into a cell
2731

2832
### Adding a link

0 commit comments

Comments
 (0)