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
This is strange issue and I wonder what is your opinion on that.
In OpenDocument format a border can either not exist at all OR exist with style set to none.
I did not found any clue on what is the difference between these two. Now the (rather philosophical) question is what the following code should return (@cell contains a Cell object):
This is strange issue and I wonder what is your opinion on that.
In OpenDocument format a border can either not exist at all OR exist with style set to none.
I did not found any clue on what is the difference between these two. Now the (rather philosophical) question is what the following code should return (
@cell
contains a Cell object):the color is remebered in the code but the border is nonexistant. Should it return
nil
or'#112233'
?The text was updated successfully, but these errors were encountered: