I have tried to generate "Hello World" with openxml sdk. To my surprise when trying to open the xml document it was not purely text format but it contains some ugly binary stuff.
Is there any option to have text format when the content is only text ?
I can't see any rationale for the binary part if it is supposedly "open".
Update: my mistake I didn't know docx was just a zip file. If I unzip it I will get the open xml format. So Openxml is really open.