library xlsx2csv
Simple converter from XLSX to CSV. Gets only the raw data, in cases of corrupted XLSX files.
saitswebuwm/xlsx2csv
Simple converter from XLSX to CSV. Gets only the raw data, in cases of corrupted XLSX files.
- Monday, September 22, 2014
- by saits-webteam
- Repository
- 5 Watchers
- 2 Stars
- 1,226 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
xlsxtocsv
An XLSX to CSV parser, (*1)
Example Use
$converter = new \XlsxToCsv\XlsxToCsv($filename);
$tmpPath = $converter->convert();
dev-master
9999999-dev
Simple converter from XLSX to CSV. Gets only the raw data, in cases of corrupted XLSX files.
Sources
Download
The Requires