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
How to apply class1 functions along with the class2 functions in laravel?
i am using laravel-nova for my pages and laravel is the backend for development.
public function actions(){
return [new DownloadExcel];
}
in my project nova actions() functions are using DownloadEx...
usersuser
Votes: 0
Answers: 1
While importing in Laravel, the Data is Null in AA columns. How Can I Solve This?
when I import the excel file with laravel excel import, A-Z has no problem, but it returns null in AA AB classes.
When I remove the columns, it does the operation, and when I add it, it returns all th...
furkan
Votes: 0
Answers: 0
sscanf() has been disabled for security reasons
I use laravel-excel for export data in laravel and it's ok in my local, but when I deploy the project to a shared host I get this error:
"message": "sscanf() has been disabled for secu...
voicerecordist
Votes: 0
Answers: 1