ok Posted August 14, 2008 Share Posted August 14, 2008 hi guys i want to pull data from excel, could you tell me what is the easiest way to pull data from this excel file using php? or could you show me some sample php codes please. Thank you in advance. Link to comment https://forums.phpfreaks.com/topic/119596-pulling-data-from-excel-wha-is-the-easiest-way/ Share on other sites More sharing options...
tibberous Posted August 14, 2008 Share Posted August 14, 2008 Are you trying to automate it or just get some data out? It depends on how your file is setup, but generally I save one page at a time as a csv, then parse it. There is probably a whole Excell file reading api out there, but you don't always need that. Link to comment https://forums.phpfreaks.com/topic/119596-pulling-data-from-excel-wha-is-the-easiest-way/#findComment-616155 Share on other sites More sharing options...
ok Posted August 14, 2008 Author Share Posted August 14, 2008 ok thanks man for the reply. yeah i just want to save it as .csv, how could i do that? and can you show some php example parser codes please. Thank you again. Link to comment https://forums.phpfreaks.com/topic/119596-pulling-data-from-excel-wha-is-the-easiest-way/#findComment-616160 Share on other sites More sharing options...
tibberous Posted August 14, 2008 Share Posted August 14, 2008 You can save it as a csv straight from excel. Link to comment https://forums.phpfreaks.com/topic/119596-pulling-data-from-excel-wha-is-the-easiest-way/#findComment-616164 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.