Exporting and importing to excel

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
juniorpinto
User
Posts: 48

Exporting and importing to excel

Post by juniorpinto »

is anyone else having problems with exporting and importing to excel in version 2023?


mobhar
User
Posts: 11660

Post by mobhar »

Please note since v2023, Export permission is added. That means, you need to re-define again all the permissions from the generated User Levels page (login as admin user).


arbei
User
Posts: 9286

Post by arbei »

You may read Migrating to v2023:

Note also that you may check HTTP response to see the import result of each record with success or error message. The results are under the Network -> EventStream panel.


juniorpinto
User
Posts: 48

Post by juniorpinto »

The problem was my Xampp server. To solve I needed to configure:
zlib.output_compression=off

exporting to excel I couldn't solve it, in my case, I managed to solve it by activating the security options and in advanced checking to export anonymously.


arbei
User
Posts: 9286

Post by arbei »

I've tested with a new project without security enabled, export to Excel works fine. Note that if there is no records in the table, the export option does not show though (because there is nothing to export).


Post Reply