mysql2excel

Advertisement

Advertisement

The mysql2excel application dumps a MySQL database table in to a Microsoft Excel .xlsx file.

Download

Source code on GitHub

https://github.com/DevDungeon/mysql2excel

Usage

# Print usage instructions
java -jar mysql2excel-1.0.1.jar

# Generate a sample config
java -jar mysql2excel-1.0.1.jar -g sample.config

# Dump table to spreadsheet using info from config
java -jar mysql2excel-1.0.1.jar my.config

Advertisement

Advertisement