Michael Bowen

Results 82 comments of Michael Bowen

Hi @SzymonSel , the `Clone` method creates an exact copy of the xml, so you will need to find the elements that have a relationship to `rId2` and update it...

Closing this, because the issues with this sample have been resolved. The new doc is available here: [Create a presentation document by providing a file name](https://learn.microsoft.com/en-us/office/open-xml/presentation/how-to-create-a-presentation-document-by-providing-a-file-name) and the working sample...

Hi @catmanjan, We're updating our existing documentation repo and moving the samples that exist in this repo to our documentation repo [OfficeDev/open-xml-docs](https://github.com/OfficeDev/open-xml-docs), so the best place to request new samples/documentation...

There are features that Newtonsoft supports that System.Text, does not, but System,Text is faster, so there may be a reason we use both. See this chart for the unsupported feature...

Hi @gergelyurbancsik, can you share the code from what you've already tried?

Thanks @gergelyurbancsik, The below code example will add the conditional formatting the way you describe. You will have to adjust the values in the `ReferenceSequence` instance to reflect the cells...

@twsouthwick > Be overrideable/replaceable Created virtual method in `OpenXmlPackage` > Be accessed off of OpenXmlPackage directly rather than implemented separately There is a default implementation in `OpenXmlPackage` but the individual...

Hi @skrabbe001, The prefix here is redundant and PowerPoint doesn't have an issue with it, so there is no problem here. I would point out however that instead of `C.Extension`...

> reminder: before merging this for v4.0 , remove the `_attributeData` entries from C:\source\repos\Open-XML-SDK\gen\DocumentFormat.OpenXml.Generator.Models\Generators\Elements\DataModelWriterExtensions.cs We should make an issue for this and add it to the v4 milestone

Hi @Asbjoedt, could you be more specific about which parts you mean: >I am applying "using" to read and write the spreadsheet document. I receive error when trying to read...