-
Notifications
You must be signed in to change notification settings - Fork 78
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
Preserve Existing Data Validation #348
Comments
The commit above fixes this - still testing to see if anything has broken as a result of the fix though. |
Please update with
and let me know if you still have issues. |
Awesome, working great now - Thank you! |
Hello, I'm having a similar issue again trying to re-run the same files with a few minor modifications. Now when I have drop downs in the excel template, the resulting excel file is not able to open. I'm getting this message from Excel: Replaced Part: /xl/worksheets/sheet1.xml part with XML error. Undeclared prefix. Line 1, column 1066942. |
I can report similar. When opening a workbook with simple text entries, adding data to it, and previewing, I get the "We found a problem..." dialogue. Click yes to repair and get:
|
Expected Behavior
I'm loading an excel workbook that has list type data validation set up in several columns, I'd expect that to be preserved when the file is loaded and then saved.
Actual Behavior
When I load and then re-save the file, the data validation from the original workbook is gone.
Steps to Reproduce the Problem
(please attach an example xlsx file if possible)
Blank Data Collection Template 2017-2018 vFINAL.xlsx
template <- loadWorkbook("Blank Data Collection Template 2017-2018 vFINAL.xlsx")
saveWorkbook(template, "sample template.xlsx", overwrite = TRUE)
Thank You!!
The text was updated successfully, but these errors were encountered: