You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The excel file is generated successfully but in the cell B2 the value is =@image(A3), I don't know where is coming from the @
Also I tested setting the value of that cell using the URL like this
I set the format of the cell to NumberFormat::General, I added the formula inside the styles method, I used events and nothing
The Excel file looks like this
The second formula SUM works fine and doesn't have the @ character.
I'll appreciate any help you can give me. Thanks in advance
Laravel: 10.48.20
PHP: 8.2.22
barryvdh/laravel-dompdf: 3.0.0
Microsoft Office 365 Excel
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to generate a simple Export with an image using this code
and in my Controller this code:
The excel file is generated successfully but in the cell B2 the value is =@image(A3), I don't know where is coming from the @
Also I tested setting the value of that cell using the URL like this
And I got the same result.
I set the format of the cell to NumberFormat::General, I added the formula inside the styles method, I used events and nothing
The Excel file looks like this
The second formula
SUM
works fine and doesn't have the @ character.I'll appreciate any help you can give me. Thanks in advance
Laravel: 10.48.20
PHP: 8.2.22
barryvdh/laravel-dompdf: 3.0.0
Microsoft Office 365 Excel
Beta Was this translation helpful? Give feedback.
All reactions