Limpieza de input de valor y filtro de datos a nivel Repo

This commit is contained in:
Juan Pablo Vial
2024-07-03 15:13:13 -04:00
parent d5b9be0196
commit d68eba5697
28 changed files with 436 additions and 189 deletions

View File

@ -2,6 +2,7 @@
namespace Incoviba\Service\Informe;
use PhpOffice\PhpSpreadsheet;
use PhpOffice\PhpSpreadsheet\Exception;
use Incoviba\Common\Define;
class Excel implements Define\Informe
@ -40,6 +41,10 @@ class Excel implements Define\Informe
return $this;
}
/**
* @throws Exception
* @throws PhpSpreadsheet\Writer\Exception
*/
public function build(): void
{
$spreadsheet = new PhpSpreadsheet\Spreadsheet();