I want to manipulate Office Open XML
format of Excel, but even just conversion between the .zip
and .xlsx
generates errors:
test.xlsx
by Exceltest.xlsx
=> Rename
as text.xlsx.zip
text.xlsx.zip
=> Extract all
to a folder named text.xlsx
text.xlsx
folder => Send to
=> Compressed (zipped) folder
named text_2.xlsx.zip
text_2.xlsx.zip
=> Rename
as text_2.xlsx
text_2.xlsx
with Excel, then I got the following errors:
Does anyone know what's wrong there?
Xlsx files are just ordinary zip file and it is definitely possible to do what you are trying to do.
Does anyone know what's wrong there?
I would guess step 4:
- Right-click text.xlsx folder => Send to => Compressed (zipped) folder named text_2.xlsx.zip*
You will need to zip the contents on the folder and not the folder itself. The resultant zip file should have the [Content_Types].xml
files at the top level with no parent folder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With