Excel: Edit the XML inside an XLSX file
Posted
by Andomar
on Super User
See other posts from Super User
or by Andomar
Published on 2010-05-26T11:34:29Z
Indexed on
2010/05/26
11:42 UTC
Read the original article
Hit count: 472
An Excel XLSX file is a zip archive containing several XML files. I tried to extract all the XML files, and edit xl\connections.xml
using an XML editor. That's because I have to change 20+ connections to point to a different server.
When I open the edited archive in Excel, it refuses the changes and repairs the file.
Is there a way to edit the XML files inside an XML archive?
© Super User or respective owner