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.

Maintainers

Package info

github.com/StudentAffairsUWM/xlsxtocsv

pkg:composer/saitswebuwm/xlsx2csv

Statistics

Installs: 1 244

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-02-24 09:46:43 UTC


README

An XLSX to CSV parser

Example Use

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