An open API service indexing awesome lists of open source software.

https://github.com/zuxbrt/php-xlsx-export

Export tables from mysql database simply.
https://github.com/zuxbrt/php-xlsx-export

php php73 phpspreadsheet

Last synced: 4 months ago
JSON representation

Export tables from mysql database simply.

Awesome Lists containing this project

README

          

# php-xlsx-export
php version: 7.2.33

## Setup:

> composer install

## Usage:

### Via command line:
> php export --host=localhost --username=root --password=root --socket=false --database=databasename --tables=table1,table2,table3

### Via config file:
> php export
#### check the config_example.txt for configuring parameters to your environment.

### To get more info about command line method, run:
> php export --help