Skip to main content
0 votes
1 answer
65 views

I am using Mpdf to generate a pdf from a phpSpreadsheet object. It works pretty well, but if a numeric cell is followed by a string cell I get no gap between the cells. I suspect this is because the ...
RMichaelW's user avatar
0 votes
0 answers
37 views

For a legacy application I have to use PHPExcel and populate an existing Excel file(Excel5 format). A particular cell value starts disappearing in final excel file randomly. File is generated ...
Aman Aujla's user avatar
-1 votes
1 answer
542 views

Can you help me to create class library of phpspreadsheet like PHPexcel in codeigniter 3 to load it in autoload config, and how to move this folder under third_party in my application? I am create the ...
mohamed elghamry's user avatar
1 vote
1 answer
201 views

What im trying to do is convert chart.js to image with toDataURL then past it using ajax and using the url to set image path for php excel. I want to past the data without using any button and my php ...
Unknown's user avatar
  • 37
1 vote
0 answers
630 views

I'm having trouble loading an excel spreadsheet using PHPspreadsheet. I receive the following error... Fatal error: Uncaught PhpOffice\PhpSpreadsheet\Reader\Exception: Could not open "...
Neil White's user avatar
0 votes
0 answers
238 views

I am using PHPExcel to export a MySql select and it's working fine. I know PHPExcel is deprecate and now there is PHPspreadsheets, but it's an old project with an old php version Anyway, I'd like to ...
Franky77's user avatar
0 votes
1 answer
35 views

I have an addin in excel which has many user defined function for calculating gas properties etc. I want to fetch the calculated value from a cell which has a formulae which is user defined. for eg I ...
k suresh Nair's user avatar
0 votes
1 answer
90 views

I am trying to create an Excel file from my Database that looks like this : User Name User Lastname Group A Group B Group X John Doe X X Jane Doe X I have 3 tables : a User table, a Group Table, and ...
STANISLAS PIERRE-ALEXANDRE's user avatar
0 votes
1 answer
573 views

I'm trying to import a two sheet excel file using Laravel Excel. The excel file contains two sheets, one for the main building and the second one with all the apartments inside, all I need is to pass ...
Lorenzo_inirapmoC's user avatar
0 votes
0 answers
82 views

I have a data base of over 16k columns. Each column is identified by an ID. I am trying to make an automated daily report. The data is updated every day. I have 1 sheet which is (data) sheet. I am ...
Mr.Paradox's user avatar
0 votes
1 answer
75 views

I am using below code to Export into .xlsx using package maatwebsite/excel $fileName = 'Stats-GroupID_' . $groupId . '-' . time() . '.xlsx'; return Excel::download($statsExport->setGroupId($...
Ronak Solanki's user avatar
0 votes
1 answer
364 views

$rowIndex = 1; foreach ($request->warehouses as $warehouse) { $whId = $warehouse['id_warehouse']; $warehouse = Warehouse::find($whId); if ($warehouse) { foreach ($rowDetails ...
moon's user avatar
  • 28
2 votes
1 answer
152 views

I have an excel file which contains PDF - embedded (attached) in it. I am trying to use PHPExcel and PHPSpreadsheet to fetch the data. I am successful in fetching the images but other objects like PDF ...
Vijeet Deliwala's user avatar
2 votes
1 answer
51 views

I need to read an excel file and upload the information to my DB, the structure of the information is the next one. The idea is to take A1, then B2 to B8, N amoung of times, i make the test with a ...
Nicolas Rudisky's user avatar
0 votes
0 answers
1k views

I'm encountering an issue with the GD extension in my XAMPP environment while trying to install the `phpoffice/phpspreadsheet` package. The error message indicates that the `ext-gd` extension is ...
yacine hamiane's user avatar

15 30 50 per page
1
2 3 4 5
240