when i call row.cells[0].border_bottom
[DEPRECATION] border_bottom is deprecated. Please use get_border instead.
nil
when i call row.cells[0].get_cell_border
*\ NoMethodError Exception: private method `get_cell_border' called for #<RubyXL::Cell(0,0): "0", datatype = s, style_index = 0>
when i call row.cells[0].border_bottom [DEPRECATION]
border_bottom
is deprecated. Please useget_border
instead. nilwhen i call row.cells[0].get_cell_border *\ NoMethodError Exception: private method `get_cell_border' called for #<RubyXL::Cell(0,0): "0", datatype = s, style_index = 0>
nil