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
We should provide a function to simply set row attributes. Currently we support setting row height and a basic grouping function, but each function reinvents the wheel.
All we need to do is filling the row_attr data frame in wb$worksheet[[1]]$sheet_data$row_attr.
Possible options are here: row class
The text was updated successfully, but these errors were encountered:
We should provide a function to simply set row attributes. Currently we support setting row height and a basic grouping function, but each function reinvents the wheel.
All we need to do is filling the
row_attr
data frame in wb$worksheet[[1]]$sheet_data$row_attr.Possible options are here: row class
The text was updated successfully, but these errors were encountered: