I want to manipulate Office Open XML
format of Excel, but even just conversion between the .zip
and .xlsx
generates errors:
- create a very simple
test.xlsx
by Excel - Right-click
test.xlsx
=>Rename
astext.xlsx.zip
- Right-click
text.xlsx.zip
=>Extract all
to a folder namedtext.xlsx
- Right-click
text.xlsx
folder =>Send to
=>Compressed (zipped) folder
namedtext_2.xlsx.zip
- Right-click
text_2.xlsx.zip
=>Rename
astext_2.xlsx
- open
text_2.xlsx
with Excel, then I got the following errors:
Does anyone know what's wrong there?