Page 1 of 1

Exporting and importing to excel

Posted: Thu Sep 29, 2022 4:16 am
by juniorpinto

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


Re: BUG v.2023

Posted: Thu Sep 29, 2022 8:03 am
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).


Re: Exporting and importing to excel

Posted: Thu Sep 29, 2022 9:47 am
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.


Re: Exporting and importing to excel

Posted: Fri Sep 30, 2022 2:40 am
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.


Re: Exporting and importing to excel

Posted: Fri Sep 30, 2022 9:34 am
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).