Skip to content

Styling ranges - Make clearer

Bitbucket Importer requested to merge bitbucket/declined-pr-227 into branch/default

Created originally on Bitbucket by Automated user account (Neil Saunders)

Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.

The documentation on how to style a range is confusing: I think what the style_range function was doing was how to style a range of already merged cells, but this isn't clear. Specifically, it doesn't style a range of unmerged cells, which is what the function purports to do.

I've written the included function that DOES style a range of unmerged cells, and renamed the previous function for clarity.

Merge request reports