Using an excel file with x14 data validation, it appears that opening and saving the file leads to data validation only kept on the first cell of the range.
By looking a bit into the code, it appears that in the DataValidation struct (of the office2010/excel module), the reference sequence contains only one coordinate (vs a range in the "classic" data validation). As you can see below, I am correctly having a range in my excel file.
It looks like a bug to me but if I'm doing something wrong, feel free to point me to the right direction.
Hello,
Using an excel file with x14 data validation, it appears that opening and saving the file leads to data validation only kept on the first cell of the range. By looking a bit into the code, it appears that in the
DataValidation
struct (of theoffice2010/excel
module), the reference sequence contains only one coordinate (vs a range in the "classic" data validation). As you can see below, I am correctly having a range in my excel file. It looks like a bug to me but if I'm doing something wrong, feel free to point me to the right direction.DataValidation "classic"
DataValidation office2010/excel
Excel data validation example