diff --git a/bin/csv2xlsx.php b/bin/csv2xlsx.php deleted file mode 100755 index 481049d..0000000 --- a/bin/csv2xlsx.php +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/php -args[0] ?? null, "input"); - $inputname = path::filename($input); - $output = path::ensure_ext($inputname, ".xlsx", ".csv"); - - $reader = SsReader::with($input); - $builder = SsBuilder::with($output); - $builder->writeAll($reader); - $builder->build(); - $builder->copyTo(file::writer($output), true); - } -} diff --git a/composer.json b/composer.json index da8dad2..c52059a 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,6 @@ } }, "bin": [ - "bin/csv2xlsx.php", "nur_bin/compctl.php", "nur_bin/compdep.php", "nur_bin/datectl.php",