Add option ToFlatOpcString to exclude whitespace.
See original GitHub issueDescription
OpenXmlDocument.ToFlatOpcString
formulates the document with a lot of whitespace - line breaks and tabs. These aren’t needed in XML and creates bloat when transferring.
Information
- .NET Target: Any
- DocumentFormat.OpenXml Version: 2.8.1
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Add option ToFlatOpcString to exclude whitespace. #478
Description OpenXmlDocument.ToFlatOpcString formulates the document with a lot of whitespace - line breaks and tabs.
Read more >Ignore Whitespace in textfield
MyURL is a string value. So is there any method to ignore whitespaces in this case? If yes, how can i do it?...
Read more >XmlReaderSettings.IgnoreWhitespace Property (System.Xml)
Gets or sets a value indicating whether to ignore insignificant white space. public: property bool IgnoreWhitespace { bool get(); void set(bool value); };....
Read more >White Space and Significant White Space Handling when ...
When loading the document, you can set the option to preserve white space and create XmlWhitespace nodes in the document tree.
Read more >Multiple whitespace characters in XML for InDesign
The “Ignore White Space” setting will get rid of any spaces surrounding closing/opening tags and any trailing spaces before closing tags as ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just a heads up I was able to chop 30k off in my super simple test.
Stale issue message