How can export data from excel file

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
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

How can export data from excel file

Post by itsmani1 »

I want to export data form my execl file to a text file, I hav't done it before,

Please help if possible
thanks
GM
Forum Contributor
Posts: 365
Joined: Wed Apr 26, 2006 4:19 am
Location: Italy

Post by GM »

In excel:

File menu -> Save As -> Change "Save as Type" to either Text (tab delimited) or CSV (comma delimited) -> Save.

Tab delimited and CSV are probably the most common ways to extract data, but they are not the only ways.
litebearer
Forum Contributor
Posts: 194
Joined: Sat Mar 27, 2004 5:54 am

Post by litebearer »

User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Are you wanting to do this with a PHP script or just using Excel?
Post Reply