seek4science / seek

For finding, sharing and exchanging Data, Models, Simulations and Processes in Science.
http://www.seek4science.org
BSD 3-Clause "New" or "Revised" License
76 stars 52 forks source link

Character limits in Excel data validation for sample types #551

Closed mboudet closed 2 years ago

mboudet commented 3 years ago

Describe the bug Data validation using lists in Excel seems to be limited to 255 characters (including comma to separate the values) The limitation appears to be 1000 characters in LibreOffice

To Reproduce

LibreOffice will open it anyway, but if there are more than 1000 characters, the validation will be recognized as a cell and not a list (and will not works)

LibreOffice (> 1000 chars) image

Excel (> 255 chars) image

stuzart commented 3 years ago

I think this may have been fixed through another change to how the lists are declared in the Excel spreadsheet (using full data validations instead of comma separated lists) ( #550 ). Are you able to double check with version 1.11.0 ?