From 079c154ef2e710a8fa3ba2802035889b2078e202 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Tue, 18 Nov 2025 17:53:10 +0400 Subject: [PATCH] csv2xlsx n'est plus utile --- bin/csv2xlsx.php | 7 ------- cli/Csv2xlsxApp.php | 23 ----------------------- composer.json | 1 - 3 files changed, 31 deletions(-) delete mode 100755 bin/csv2xlsx.php delete mode 100644 cli/Csv2xlsxApp.php 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",