Page 1 of 1

How can export data from excel file

Posted: Wed Jul 26, 2006 8:18 am
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

Posted: Wed Jul 26, 2006 8:28 am
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.

Posted: Wed Jul 26, 2006 6:31 pm
by litebearer

Posted: Wed Jul 26, 2006 6:32 pm
by RobertGonzalez
Are you wanting to do this with a PHP script or just using Excel?