Questions tagged as 'laravel-excel'

0
answers

A file (input file) field appears without having added it, in laravel 5.4

I am developing a project in Laravel 5.4 , after adding Laravel Excel in the online site (server on-line) a field appears input-file , but in local (server development) this field does not appear. Welcome view (default la...
asked by 11.07.2017 / 15:32
1
answer

Error in date Laravel Excel

I'm using the Laravel Excel library and so far I've done well in many different file formats, etc ... The thing is that now I have the following case: In the excel file they pass me a date in dd / mm / yyyy format and without treating it or...
asked by 07.10.2016 / 14:16
1
answer

How do I export an excel in laravel with stored procedure?

I am trying to export an excel with a stored procedure that I have created, for this I sent the parameters and everything is fine, it returns a complete array, but there are some null values. Then I do the following (I execute the query with...
asked by 31.05.2018 / 17:33
2
answers

Help in laravel excel

I would like to know how I can place dates to the names of the excel documents in laravel to be able to know on which day the file was exported I would appreciate your collaboration     
asked by 12.02.2018 / 20:33
0
answers

Export to Excel 3.1, apply style and a report title

Someone knows some more complete documentation of Export Excel 3.1 I want to join cells for the name of my report and give them a style until now I just manage to put the header. public function headings(): array { return [...
asked by 25.10.2018 / 18:19
0
answers

I want to read a .dat file with laravel and I can not find how

I would like to know if you know how to read a .dat file or transform it to excel at least, to pass it to a mysql database     
asked by 17.10.2018 / 17:56
0
answers

add color to a font in laravel excel

I am generating a query through laravel excel but my problem is that I need to set the color of the font to the first cell and all the examples I have seen are to set the type of font, background, alignment, size, etc. . I appreciate your help,...
asked by 09.05.2018 / 16:09
0
answers

Error using laravel excel Class 'PHPExcel_Shared_Font' not found

I am using the laravel excel package but I get the following error when entering the project after installing it Class 'PHPExcel_Shared_Font' not found I've tried composer update composer install and even then it does not work     
asked by 09.02.2018 / 17:23