Gerando planilha
This commit is contained in:
parent
5b8accbea1
commit
5a3872fe06
1 changed files with 1 additions and 4 deletions
|
|
@ -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('..');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue