Hi
I want to import attendance.xlsx in my php.
any suggestions?
regards all,
import
Moderator: General Moderators
Re: import
You are trying to import an excel speadsheet file into PHP?
Are you trying to relocate the data so PHP can access and manipulate it? You could, I suppose, make static files with arrays in a PHP file. The more appropriate way to do this would be to make use of a sql database. (MySQL)
Are you trying to relocate the data so PHP can access and manipulate it? You could, I suppose, make static files with arrays in a PHP file. The more appropriate way to do this would be to make use of a sql database. (MySQL)
Re: import
yes I want to import my excel files data in php. how could i do that? any link or/ preference?
Re: import
save the worksheet to csv or xml
make things 100x easier
make things 100x easier
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
My site is powered by LAMP
Re: import
how about the code?
- flying_circus
- Forum Regular
- Posts: 732
- Joined: Wed Mar 05, 2008 10:23 pm
- Location: Sunriver, OR
Re: import
Are you looking to create this project yourself or hire a developer?jauson wrote:how about the code?
I am for hire, if you just want a solution send me a PM.
If you want help with your code, then what have you tried? Post up what you have so far and we can critique it, otherwise you'll likely find a faster response time by searching google for something like "PHP read csv file" or "PHP import excel file .xls".