-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataValidations not detected in Office 365 files #46
Comments
Thanks for the report and the reproducible example. I can confirm tidyxl doesn't detect the rule. Strangely Excel 2016 for PC doesn't either, but LibreOffice Calc does. The XML of the rule is unusual. What software was used to create the file? |
The test file was generated with Excel for Mac (Office 365 - V16.16.4). I have an internal file using a similar style of validation rule created with Excel for Windows (Office 365) that generates the same problem. 😦 Thanks for the quick response and the handy package! |
Ah, thanks for checking both Mac and Windows. Can I ask you one more favour, please could you send a file with a formula in one cell? The bug is to do with the way the formula (the range of the list) is expressed in XML, so I'd like to check whether it affects normal formulas in cells. |
Sure thing! Here's a basic one. |
Similar bug to PHPOffice/PhpSpreadsheet#388. Need to handle |
Office 365 data validation compatibility (#46)
@davidski Please try I'm curious what you use the |
Thanks! An install off of The use case on this is a bit odd - I have some Excel workbooks that are used for structured data entry (uploading) into a commercial closed source tool. The workbooks have some validation applied to ensure the data is put into the correct format, but the rules themselves are not well documented. I am looking to use Appreciate the fix on this! |
That sounds niche enough! Thanks for the explanation, I hope it works out. |
xlsx_validation()
doesn't seem to pick up data validation rules when the list of allowed values is on a different sheet. This (test_validation.xlsx) test file generates zero detected data validation rules, even though one is present.Tested syntax
and
The text was updated successfully, but these errors were encountered: