Skip to content
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

[R/dataValidation] Fixes #277. #299

Merged
merged 5 commits into from
Aug 7, 2022
Merged

[R/dataValidation] Fixes #277. #299

merged 5 commits into from
Aug 7, 2022

Conversation

JanMarvin
Copy link
Owner

Certain data validation is an x14 extension. Previously, it was added to dataValdiationLst and moved to extLst when saving. When loading, it remained in extLst. This caused problems when a second dataValidationsLst entry was added. Now, dataValidationsLst is skipped completely. Instead, we write directly to extLst using the approach used with sparklines.

@JanMarvin JanMarvin changed the title [R/dataValidation] Fix problem #277. [R/dataValidation] Fixes #277. Aug 6, 2022
Certain data validation is an x14 extension. Previously, it was added to dataValdiationLst and moved to extLst when saving. When loading, it remained in extLst. This caused problems when a second dataValidationsLst entry was added. Now, dataValidationsLst is skipped completely. Instead, we write directly to extLst using the approach used with sparklines.
Cleaning up data validation code, improving get_date_origin
@JanMarvin JanMarvin merged commit 58f8c3b into main Aug 7, 2022
@JanMarvin JanMarvin deleted the gh_issue_277 branch August 7, 2022 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant