CancellationToken in DocumentFormat.OpemXml.Packaging.SpreadsheetDocument.Open function #1489
Closed
ahsanaman92
started this conversation in
General
Replies: 1 comment
-
opened issue #1490 for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version: DocumentFormat.OpenXml v2.20.0
I am working on an issue where the customer has reported that it takes a while for the DocumentFormat.OpemXml.Packaging.SpreadsheetDocument.Open function to determine a large Excel document (329 MB) is invalid over the network. Is there a plan to be able to pass a CancellationToken to the open function?
The function is passed a System.IO.Stream input like this: using (SpreadsheetDocument Doc = SpreadsheetDocument.Open(input, false))
Beta Was this translation helpful? Give feedback.
All reactions