Why my date column always return int value?. How can I get the origin value? because its int value is wrong #4045
vinaynarendrapeeta
started this conversation in
General
Replies: 2 comments 1 reply
-
The best way to parse a Laravel Excel date is the following: $carbonDatetime = Carbon::parse(Date::excelToTimestamp($value)) |
Beta Was this translation helpful? Give feedback.
0 replies
-
But here i am using same cell as int value as well as date value. sometimes we insert value as date, sometimes we use value as ids |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am using Laravel 9 and Laravel-excel is 3.1. In the excel sheet, in one field only i need to take all datatype values. and also how to check whether it is date or integer value getting from excel sheet
Beta Was this translation helpful? Give feedback.
All reactions