I'm having a hard time debugging issues with my generated OOXML documents. If there's one tiny little error in the document Word/Excel/PowerPoint refuses to open it or tell me anything about what is wrong.
Are there any tools to validate documents and tell me exactly what is wrong/invalid?
I tried hacking together a little Java code to validate against the schemas, but didn't get very far.
Thanks.