Forum Discussion
Tie CHENG
Jul 30, 2021Brass Contributor
Enter newlines in a cell by JavaScript API
When editing a string value in a cell, we could well use Alt+Enter to enter a newline. However, when we write a string into a cell by JavaScript, newlines (i.e., `\n`) are ignored. I'm trying the fo...
- Jul 30, 2021
Has 'Wrap Text' been turned on for the cell with the formula?
HansVogelaar
Jul 30, 2021MVP
Has 'Wrap Text' been turned on for the cell with the formula?
- Tie CHENGJul 30, 2021Brass ContributorWow, indeed, thank you...