Hi I need help to change the [Content_Types]. Xml file that is inside. Xlsx
I want to change the file header [Content_Types]. Xml is: <? xml version = "1.0" encoding = "UTF-8"?> I want to change it to: <? xml version = "1.0" encoding = "UTF-8" standalone = "yes"?> This is so that I can open Microsoft Office 2007 perfectly andleaves no errors and not have to repair the file. Is there any way to do this or do I have to modify the XMLBeansAPI, I need this help for my project. -- Atte: Carlos Jesus Gonzalez Ramos
