-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Urgent - During import showing dates instead of data in xls file #38
Comments
I've tried to import an xls file but unable to import it. When importing a csv file according to earlier issue I've fixed that but still I can't import xls file. Is there any way to import xls or xlsx llike csv upload? |
I made an excel file with your data and imported it with the class, but I just get the values, not the dates. |
I didn't knew that well. It works right now. Thanks a lot. |
You're welcome! :) |
I'm trying to import dummy data from xls file. But instead of showing data i'm getting todays date. my xls file data are:
a b c d
adnan shawkat something done
asdfasd asdfsadf asdfasdf asdfsda
In the above code section i'm only getting the dates as output please see the output below:
xls
Array
(
[0] => Array
(
[a] => 2014-03-06
[d] => 2014-03-06
)
)
OK
Can anyone please tell me what is wrong in there? It's getting the first row as heading but no data only dates why? Urgent please give me a solution.
The text was updated successfully, but these errors were encountered: