Skip to content

Commit

Permalink
Merge 2acee5a into 4ec1104
Browse files Browse the repository at this point in the history
  • Loading branch information
ttilberg committed Jul 2, 2019
2 parents 4ec1104 + 2acee5a commit 47b797c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/roo/excelx/sheet_doc.rb
Expand Up @@ -207,6 +207,7 @@ def expand_merged_ranges(cells)
end
# Duplicate value into all cells in merged range
merges.each do |dst, src|
cells[dst] = cells[src] if cells[src]
cells[dst] = cells[src]
end
end
Expand Down

0 comments on commit 47b797c

Please sign in to comment.