import

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jauson
Forum Contributor
Posts: 111
Joined: Wed Oct 05, 2011 12:59 am

import

Post by jauson »

Hi

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

regards all,
Hitman47
Forum Newbie
Posts: 6
Joined: Thu Jan 26, 2012 5:58 pm

Re: import

Post 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)
jauson
Forum Contributor
Posts: 111
Joined: Wed Oct 05, 2011 12:59 am

Re: import

Post by jauson »

yes I want to import my excel files data in php. how could i do that? any link or/ preference?
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

Re: import

Post by Vegan »

save the worksheet to csv or xml

make things 100x easier
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
jauson
Forum Contributor
Posts: 111
Joined: Wed Oct 05, 2011 12:59 am

Re: import

Post by jauson »

how about the code?
User avatar
flying_circus
Forum Regular
Posts: 732
Joined: Wed Mar 05, 2008 10:23 pm
Location: Sunriver, OR

Re: import

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