Page 1 of 1

import

Posted: Thu Jan 26, 2012 7:42 pm
by jauson
Hi

I want to import attendance.xlsx in my php.
any suggestions?

regards all,

Re: import

Posted: Fri Jan 27, 2012 1:09 am
by Hitman47
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)

Re: import

Posted: Sun Jan 29, 2012 3:42 am
by jauson
yes I want to import my excel files data in php. how could i do that? any link or/ preference?

Re: import

Posted: Sun Jan 29, 2012 10:04 am
by Vegan
save the worksheet to csv or xml

make things 100x easier

Re: import

Posted: Sun Jan 29, 2012 6:14 pm
by jauson
how about the code?

Re: import

Posted: Sun Jan 29, 2012 7:24 pm
by flying_circus
jauson wrote:how about the code?
Are you looking to create this project yourself or hire a developer?

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".