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
When dealing with worksheets full of messy or confusing or inconsisent formatting, it would be useful to have something like Calc's "Clear direct formatting", for example in the form of worksheet.clear_direct_formatting(row = nil, col = nil) or whatever might make more sense than that. I'm not sure if something like that is even feasible; hence marked as Feature Request and very happy to get myself educated.
The text was updated successfully, but these errors were encountered:
When dealing with worksheets full of messy or confusing or inconsisent formatting, it would be useful to have something like Calc's "Clear direct formatting", for example in the form of
worksheet.clear_direct_formatting(row = nil, col = nil)
or whatever might make more sense than that. I'm not sure if something like that is even feasible; hence marked as Feature Request and very happy to get myself educated.The text was updated successfully, but these errors were encountered: