Skip to content

Updated DataValidation.cells to always be a set.

Bitbucket Importer requested to merge bitbucket/merged-pr-179 into branch/2.4

Created originally on Bitbucket by gar_thompson (g)

Was already merged in Bitbucket before import, marked as merged by the import user

The expand_cell_ranges method changed cells from a set to a list. This meant that a call to add() failed if called after sqref().

Merge request reports