0

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?

1
  • @Nostradamus thank you for the editing Commented Nov 19, 2015 at 16:20

1 Answer 1

1

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

archive link: https://web.archive.org/web/20091226044101/http://blogs.technet.com/gray_knowlton/archive/2009/12/23/what-is-custom-xml-and-the-impact-of-the-i4i-judgment-on-word.aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.