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

1.0 2021-12-27 19:36 UTC

This package is auto-updated.

Last update: 2025-09-28 03:36:11 UTC


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