paulloft / xlsx2csv
Lightweight and sImple xlsx to csv converter
Installs: 555
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/paulloft/xlsx2csv
Requires
- php: >=7.3
- ext-simplexml: *
- ext-xmlreader: *
- ext-zip: *
README
Lightweight and simple XLSX to CSV converter. Works faster and consumes less memory than converting via PHPExcell
Usages
$converter = new \Utils\XlsxToCsv('example.xlsx'); $converter->convert('example.csv');
Installation
Requres PHP 7.3 or higher
Add paulloft/xlsx2csv
to your composer.json.
"require": { "paulloft/xlsx2csv": "*" }
or run in shell
composer require paulloft/xlsx2csv