Gerando planilha

This commit is contained in:
Kenio 2025-09-02 17:40:18 -03:00
parent 5b8accbea1
commit 5a3872fe06

View file

@ -1,7 +1,4 @@
<?php
/** Carregamento da classe de gerar PDF */
require_once('vendor/library/mpdf/vendor/autoload.php');
/** Importação de classes */
use vendor\model\FinancialMovements;
use vendor\controller\financial_movements\FinancialMovementsValidate;
@ -99,7 +96,7 @@ try{
/**Carrega a biblioteca par agerar o arquivo*/
chdir('library/Excel/phpxls');
chdir('vendor/library/Excel/phpxls');
require_once 'Writer.php';
chdir('..');