jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
35 stars 6 forks source link

Add export from all tables of a database #210

Closed jferard closed 3 years ago

jferard commented 3 years ago

Use DatabaseMetadata to find all tables, then export them in different sheets.

Provide command line tool.