Skip to content

Commit

Permalink
[add] notes on auto conversion of lowercase letters in formulas
Browse files Browse the repository at this point in the history
  • Loading branch information
mafanya23 committed Nov 10, 2023
1 parent 3c31978 commit 2051d1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ description: You can learn about the formulas and functions of the DHTMLX JavaSc

# Formulas and functions

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.
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.

:::note
Lowercase letters in formulas are automatically converted to upper case.
:::

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

Expand Down
4 changes: 4 additions & 0 deletions docs/work_with_cells.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ description: You can learn about the work with cells in the documentation of the
- [built-in functions](../functions/), for example **=MAX(C46;D46)**
- Press **Enter**.

:::note
Lowercase letters in formulas are automatically converted to upper case.
:::

## Inserting a hyperlink into a cell

### Adding a link
Expand Down

0 comments on commit 2051d1d

Please sign in to comment.