saitswebuwm/xlsx2csv

There is no license information available for the latest version (dev-master) of this package.

Simple converter from XLSX to CSV. Gets only the raw data, in cases of corrupted XLSX files.

dev-master 2014-09-22 19:41 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:59:52 UTC


README

An XLSX to CSV parser

Example Use

$converter = new \XlsxToCsv\XlsxToCsv($filename);
$tmpPath = $converter->convert();