Hello,
With the attached xlsx, rubyXL tells me that cell A1 is white filled, whereas it is grey filled.
require 'rubyXL'
require 'rubyXL/convenience_methods'
wb = RubyXL::Parser.parse('a.xlsx')
puts(wb[0][0][0].fill_color)
--> ffffff
Did i missed something?
Thanks and regards
a.xlsx
Hello,
With the attached xlsx, rubyXL tells me that cell A1 is white filled, whereas it is grey filled.
Did i missed something?
Thanks and regards
a.xlsx