How to export mysql table to table in excel

0

I have a nice system where the user registers on one page and sees another.

However, the user of this system wants to be able to export this table which is exactly my table in the database to a giant Excel tab that it has.

I have no idea how to do this, could someone show me how to do it?

I know that a question with no code is not within the forum template, but there is no code to help with this question, it's just a registration form and a page that prints the same table as mysql.

    
asked by anonymous 08.03.2018 / 15:08

1 answer

0

You can program so that the user can download a CSV with the data.

You can open CSV with excel without too much difficulty!

    
08.03.2018 / 15:41