-
-
Notifications
You must be signed in to change notification settings - Fork 981
Open
Labels
enhancement 🚀New feature or requestNew feature or request
Description
Initial checklist
- Is this really a problem?
- I have searched the Github Issues for similar issues, but did not find anything.
Problem
Right now the only way to display multi-line text is to use a rich text document in the cell.
This has massive drawbacks however:
- it's extremely slow, the grid takes 20x the amount of time to load
- it's cumbersome having to parse the text in order to extract the paragraphs
- the rich text format could add unwanted formatting codes to text that is supposed to be plain text
The normal cells should support multi-line text, Excel has this and so does Google Sheets.
Metadata
Metadata
Assignees
Labels
enhancement 🚀New feature or requestNew feature or request