DataGridXL Releases
Released: Jul 30, 2022
Updates in v2.0.11
Fixes
- Fixed a TypeError in "move" function.
Released: Jul 18, 2022
Updates in v2.0.10
Features
- Added the ability to remove unwanted double quotes when copying.
Released: Jun 10, 2022
Updates in v2.0.9
Fixes
- Fixed paste-from-Excel bug.
Released: May 31, 2022
Updates in v2.0.8
Fixes
- Fixed paste-from-Excel bug.
- Fixed instantActivate option.
Released: May 10, 2022
Updates in v2.0.7
Fixes
- Inputbar now displays value when grid is ready and also adds cached credits ("XL" icon).
Released: Mar 7, 2022
Updates in v2.0.6
Fixes
- Fixed Copy/Paste issue on Macbook.
Released: Feb 27, 2022
Updates in v2.0.5
Fixes
- Fixes Paste issue. ";" and "," in cells were mistakenly recognized as delimiters. Now TAB (\t) is explicitly defined as the delimiter.
Released: Feb 22, 2022
Updates in v2.0.4
Fixes
- Fixes Copy & Paste empty cells issue.
Released: Feb 17, 2022
Updates in v2.0.3
Features
- All nodes created by DataGridXL now default to text-align: left.
Released: Feb 8, 2022
Updates in v2.0.2
Features
- All cell values have their newlines replaced by newline-characters, to prevent rendering issues.
- Updates getCellRangeText, which now knows how to deal with multiline cell values and escapes double quotes similarly to G Sheets.