python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Date Column coming as null while import using maatwebsite
Tried to import excel using laravel maatwebsite. Date column getting as null.
Actual column header is Date. I tried renaming it to some random name and then imported it, it works. Following formatting...
Reshma P
Votes: 0
Answers: 1
Laravel export Maatwebsite/Excel, restructuring the output
Could somebody tell me how to reformat the excel output, so that i get two excel columns. Right now it gives me two arrays in A1 and B1. like two fields with [1,24,5,3.3] and [3,4,5,6], but I want two...
J C T
Votes: 0
Answers: 2
Excel cannot open the file because the file format or file extension is not valid - PHP Maatwebsite
In our backend project, we have some features that allows to export files to xlsx.
We have done some tests locally and everything is working fine.
However, I deployed the app in an Azure App Service a...
Andrés Sarmiento
Votes: 0
Answers: 2
Auto Merge Row Data in Maatwebsite Export Excel
I have dynamic data that will be exported into excel using maatwebsite. I have a case where I need to merge the same data. How can I do it from a collection?
From This:
To This:
class PerencanaanExp...
Abdurrahman Naufal
Votes: 0
Answers: 0