Skip to content

Convert a MSAccess database into a Excel spreadsheet.

Notifications You must be signed in to change notification settings

marcieldeg/access2excel

Repository files navigation

Description

Access2Excel 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/).

How to use:

java -jar Access2Excel.jar -inputFile=<inputFile> [-outputFile=<outputFile>] [-format=<format>]

where

<inputFile>: A file name to Access database (.MDB or .ACCDB)
<outputFile>: A file name to Excel streadsheet (optional, default "inputFile.xls" or "inputFile.xlsx")
<format>: Output format ("XLS" or "XLSX", optional, default "XLSX")

About

Convert a MSAccess database into a Excel spreadsheet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages