You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
## Fixes
8
8
9
+
* Align the logic for writing data to empty worksheets and updating/writing to worksheets with data. This removes `update_cell_loop`()` and changes how `update_cell()` behaves. Not only does this remove duplicated code, it also brings great speed improvements (issue [356](https://github.com/JanMarvin/openxlsx2/issues/356)). [356](https://github.com/JanMarvin/openxlsx2/issues/356)
10
+
9
11
* It is now possible to use special characters in formulas without coding. Previously `&` had to be encoded like `&`[251](https://github.com/JanMarvin/openxlsx2/issues/251)
0 commit comments