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.