DataGridXL 릴리스
Released: Jul 30, 2022
v2.0.11 버젼 업데이트
수정사항
- Fixed a TypeError in "move" function.
Released: Jul 18, 2022
v2.0.10 버젼 업데이트
기능
- Added the ability to remove unwanted double quotes when copying.
Released: Jun 10, 2022
v2.0.9 버젼 업데이트
수정사항
- Fixed paste-from-Excel bug.
Released: May 31, 2022
v2.0.8 버젼 업데이트
수정사항
- Fixed paste-from-Excel bug.
- Fixed instantActivate option.
Released: May 10, 2022
v2.0.7 버젼 업데이트
수정사항
- Inputbar now displays value when grid is ready and also adds cached credits ("XL" icon).
Released: Mar 7, 2022
v2.0.6 버젼 업데이트
수정사항
- Fixed Copy/Paste issue on Macbook.
Released: Feb 27, 2022
v2.0.5 버젼 업데이트
수정사항
- Fixes Paste issue. ";" and "," in cells were mistakenly recognized as delimiters. Now TAB (\t) is explicitly defined as the delimiter.
Released: Feb 22, 2022
v2.0.4 버젼 업데이트
수정사항
- Fixes Copy & Paste empty cells issue.
Released: Feb 17, 2022
v2.0.3 버젼 업데이트
기능
- All nodes created by DataGridXL now default to text-align: left.
Released: Feb 8, 2022
v2.0.2 버젼 업데이트
기능
- 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.