truesocialmetrics/service-file-format-convertor-csv2xlsx

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

convert csv to xlsx (excel)

1.1.0 2024-02-19 08:41 UTC

This package is auto-updated.

Last update: 2024-12-18 20:10:17 UTC


README

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);