Convert a MSAccess database into a Excel spreadsheet. It’s a pure java implementation, using POI (https://poi.apache.org/) and Jackcess (http://jackcess.sourceforge.net/). Use: java -jar Access2Excel.jar -inputFile= [-outputFile=] [-format=] where : A file name to Access database (.MDB or .ACCDB) : A file name to Excel streadsheet (optional, default “inputFile.xls” or “inputFile.xlsx”) : Output format (“XLS” or “XLSX”, […]