How to convert Access files to Excel format

There are two ways to convert Access (MDB or ACCDB) files to CSV format.

Source database is also known as Access, Microsoft Access, MS Access
Target database is also known as Excel, Microsoft Excel, spreadsheet, table

MDB to XLS Converter can work as a wizard:
you select one or more source files (.accdb or .mdb), the output file or folder, and there are several options to customise the output file, such as type XLX or XLSX.
or you can use command line interface:
it allows you to run the program with predefined parameters manually or using scheduler to automatise routine work.

For example:

mdb2xls.exe c:\source\file.mdb -output=d:\target.xls -batch -type=xls 

mdb2xls.exe c:\source\file.accdb -output=d:\target\ -silent -type=xlsx