Michael Bowen
Michael Bowen
@Asbjoedt, You need to Dispose(), because otherwise the file does not save, which is likely why it's not working for you. The code block in my comment successfully removes the...
Hi @Asbjoedt, I copied that code from a test application, so I'm sure it works. I understand you don't need to Dispose when you have `{}` block after the using...
Any updates on this? I have the same error in 2021 :-(
Hi @skrabbe001, - Am I using the wrong version of the Open XML SDK? - No, you're using 2.20.0, which is the latest release - Is there something wrong with...
Hi @skrabbe001, There are just a few small issues with your code. When you create the graphic frame, you need to be more specific from some classes as they could...
@faerbersteve, The file path is a red herring. As long as the path is correct in the rels PowerPoint will interpret it correctly. See, my comment above for the issue...
Closing this as resolved.
The `s` attribute is the index of the cell's style.
I think the SDK is doing the correct thing here. [Excel stores numbers using double-precision](https://learn.microsoft.com/en-us/office/troubleshoot/excel/floating-point-arithmetic-inaccurate-result), so the value the SDK retrieves is correct. If the values stored by Excel in...
Hi @kev-ops, > "We still don't know what is the basis of what numFmtId is assigned to particular date format. / How can we identify if a cell value in...