Can PhpSpreadsheet edit an xlsm file? #4578
-
|
Hello everyone ! I need to edit an XLSM file without touching the macros. In the documentation, "Creating a Spreadsheet" doesn't include the XLSM files: I don't want to touch the macros, just add some information to the table. Edit: Seems to work but is it OK to do with "Xlsx" creator ? Tks ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Yes, this will work using the Xlsx reader and writer. |
Beta Was this translation helpful? Give feedback.
-
|
It works for many samples that I've tried. If you have a file that it doesn't work for, please upload it and I will take a look. |
Beta Was this translation helpful? Give feedback.
Yes, this will work using the Xlsx reader and writer.