Hello gentlemen, I'm looking for Export the Tables of a DB (No matter the engine, I care that you can) to an Excel with one sheet per table .
Example: a single file called gastos.csv that inside contains a sheet for each table that exists in the BD, a sheet called client, another sheet called product, another sheet called Projects and so on one separately with all its records. But all in one file.
Do you understand? I know that you can export to excel but not if you can create more than one sheet directly from the database.
I work with the Java language specifically with the swing library, I do not know if it has relevance.
Greetings!