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
expand_merged_ranges does not work like in tutorial:
If you open a document with merged cells and do not want to end up with nil values for the rows after the first one. xlsx = Roo::Excelx.new('./roo_error.xlsx', {:expand_merged_ranges => true})
System configuration
ruby version : 3.0.1
rails version : 6.1.4
roo version : 2.8.3
The text was updated successfully, but these errors were encountered:
PsychoPhobic
changed the title
expand_merged_ranges not working like in tutorial
expand_merged_ranges not work for ODS files
Jul 18, 2021
Steps to reproduce
expand_merged_ranges does not work in this code:
Issue
expand_merged_ranges does not work like in tutorial:
If you open a document with merged cells and do not want to end up with nil values for the rows after the first one.
xlsx = Roo::Excelx.new('./roo_error.xlsx', {:expand_merged_ranges => true})
System configuration
ruby version : 3.0.1
rails version : 6.1.4
roo version : 2.8.3
The text was updated successfully, but these errors were encountered: