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.
- Host: GitHub
- URL: https://github.com/zuxbrt/php-xlsx-export
- Owner: zuxbrt
- Created: 2020-09-03T09:20:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T10:02:27.000Z (over 5 years ago)
- Last Synced: 2025-07-28T22:45:10.802Z (10 months ago)
- Topics: php, php73, phpspreadsheet
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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