Skip to content

truesocialmetrics/service-file-format-convertor-csv2xlsx

Repository files navigation

service-file-format-convertor-csv2xlsx

convert files from csv to excel

wercker status

Usage sample:

use Twee\Service\FileFormatConvertor\Csv2Excel;

$content = file_get_contents('report.csv');
$excel = (new Csv2Excel())->__invoke($content);

About

convert files from csv to excel

Resources

Stars

Watchers

Forks

Packages

No packages published