martijn / xsv

High performance, lightweight .xlsx parser for Ruby that provides nothing a CSV parser wouldn't
https://storck.io/posts/announcing-xsv-1-0-0/
MIT License
194 stars 20 forks source link

Handle columns without r attribute (#48) #50

Closed martijn closed 1 year ago

martijn commented 1 year ago

This should fix the problem reported in #48

codecov-commenter commented 1 year ago

Codecov Report

Merging #50 (65c65e8) into main (8796222) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
+ Coverage   99.42%   99.44%   +0.01%     
==========================================
  Files          21       21              
  Lines         700      723      +23     
==========================================
+ Hits          696      719      +23     
  Misses          4        4              
Impacted Files Coverage Δ
lib/xsv/sheet_rows_handler.rb 98.36% <100.00%> (+0.17%) :arrow_up:
test/sheet_rows_handler_test.rb 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.