weshatheleopard / rubyXL

Ruby lib for reading/writing/modifying .xlsx and .xlsm files
MIT License
1.28k stars 255 forks source link

Merged cell borders #271

Open mdotterer opened 7 years ago

mdotterer commented 7 years ago

These changes make it so that changing the border of a merged cell applies to the entire merged area. For example, setting border right on a cell merged horizontally over multiple columns will set the border on the cell as expected. The same goes for border colors.