Skip to content

Invert sense of showDropDown in data validation

Craig C. Wiegert requested to merge wigie/gnumeric:xlsx-showdropdown into master

Data validation dropdown lists didn't work properly when reading an xlsx file in Gnumeric that was produced by Excel/LibreOffice, or when opening an xlsx file written by Gnumeric in those apps. Looking at the xlsx XML generated by LibreOffice, it's clear that the sense of the showDropDown attribute needs to be reversed. See also threads for Ruby and Python xlsx readers.

Merge request reports