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
Would you consider of interest implementing the possibility of specifying negative indexes on the row number of row_spec (and also on the column number of column_spec)?
It is very common needing to apply a certain format to the last row. And it would be easier if we could write row_spec(-1, ...).
The text was updated successfully, but these errors were encountered:
Up until 989d6dc, row_spec(-1, ...) would affect the first row of a two-row header. However, this does not appear to have been intended functionality but rather a serendipitous feature.
Would you consider of interest implementing the possibility of specifying negative indexes on the row number of
row_spec
(and also on the column number ofcolumn_spec
)?It is very common needing to apply a certain format to the last row. And it would be easier if we could write
row_spec(-1, ...)
.The text was updated successfully, but these errors were encountered: