Replies: 1 comment
-
PhpSpreadsheet writes several formats besides Xlsx. Unfortunately, Xml files are supported only for read. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a need to write XML format files and PhpSpreadsheet only writes xlsx files right now.
Supposedly the xlsx version that PhpSpreadsheet writes is just a zipped version of openxml format, but if i unzip the xlsx file, it is not the same as saving an xlsx doc to xml format using the Excel. Is there any way to accomplish this?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions