2017 © Pedro Peláez
 

library xlsx2csv

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

image

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

The README.md

xlsxtocsv

An XLSX to CSV parser, (*1)

Example Use

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

The Versions

22/09 2014

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