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
Let's say we want to add a table, where one column is an excel formula a suggested (and really nice) way to do so, is to add a "formula" class to that column:
Glad you got it working! And sorry, apparently I was a little confused yesterday. #834 fixes a similar issue, but wasn't raised by you, but David Weisser on stackoverflow. Until the next release is deployed to CRAN, you could also write "A1 < 5" in your formula. This escaped string will also be valid in future releases.
Let's say we want to add a table, where one column is an excel formula a suggested (and really nice) way to do so, is to add a "formula" class to that column:
This works as long the formular does not contain a smaller than sign
<
. If it does, excel throws an error when trying to open the workbook.The function
wb$add_formula(x = "A1<5", dims = "B2")
however works perfectly fine.I guess this has something to do with parsing of the angle brackets?
Version Info
openxlsx2 : 1.1
The text was updated successfully, but these errors were encountered: