[Feat]: Import/Export Excel (OpenOffice XML) Files
phpMyAdmin version
5.2.3
Describe the feature
I searched but I don't think it was already asked
Any plans to import/export Excel files (.xlsx / OpenOffice XML)?
Describe the solution
Import / Export XLSX files
Describe the alternatives
From Excel export as ODS or CSV.
But you need to re-export every time you update the table.
Additional context
No response
Good idea, #19957 is making exporting a bit simpler. Would you make a pull-request to implement this format ?
it looks like it was an export format in the past: https://github.com/phpmyadmin/phpmyadmin/pull/12902 Source code: https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_3_3_10/libraries/export/xlsx.php It was added near 2010: https://github.com/phpmyadmin/phpmyadmin/commits/RELEASE_3_3_10/libraries/export/xlsx.php
@ibennetch do you know more about it ?
hey @williamdes , i see its assigned for new contributors, could you please asssign me this issue!, i'd like to work on it!
hey @williamdes , i see its assigned for new contributors, could you please asssign me this issue!, i'd like to work on it!
You can go ahead. If possible please do not add a new dependency on a library
will try will create a pr