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

Fix Crash ExcelFile.Save() when bounded to a non existent External File #699

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

ggallotti
Copy link
Member

@ggallotti ggallotti commented Oct 21, 2022

When an ExcelFile is bounded to a External Storage File, the External File may no exist as the Developer wants to create a new one.

After PR 661, we were throwing an Invalid File error, instead of creating the file and saving it into the External Storage.

Issue: 99628

Side effect: #661

@ggallotti ggallotti temporarily deployed to external-storage-tests October 21, 2022 17:48 Inactive
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@ggallotti ggallotti merged commit f4ffed2 into master Oct 21, 2022
@ggallotti ggallotti deleted the exceldocument-error-storage branch October 21, 2022 18:04
@ggallotti ggallotti changed the title Fix Crash ExcelFile.Save() when bounded to not existent External File Fix Crash ExcelFile.Save() when bounded to non existent External File Oct 21, 2022
@ggallotti ggallotti changed the title Fix Crash ExcelFile.Save() when bounded to non existent External File Fix Crash ExcelFile.Save() when bounded to a non existent External File Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants