Reputation: 740
Is there an example to add a custom namespace
e.g.
xmlns:bluh = "http://www.bluhbluh.com"
at Workbook/WorkbookPart/SpreadSheetDocument
level
using a C# OpenXml SDK?
Upvotes: 0
Views: 590
Reputation: 725
You can't add a custom namespace to the spreadsheet, word document, etc... OOXML format doesn't allow it.
see the blog post by Gray Knowlton http://blogs.technet.com/b/gray_knowlton/archive/2009/12/23/what-is-custom-xml-and-the-impact-of-the-i4i-judgment-on-word.aspx
Upvotes: 1