Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   PHP (http://www.programmingforums.org/forum29.html)
-   -   appending an excel file (http://www.programmingforums.org/showthread.php?t=7276)

glevine Nov 29th, 2005 1:38 PM

appending an excel file
 
I am pretty new to PHP but I feel like I've made some pretty good progress recently. I am currently trying to figure out if it is possible to pull data from a form and append it to an existing excel file that is stored on the web server. I have seen quite a bit about extensions that allow you to read from spreadsheets, but I haven't seen anything that talks about writing to a file without the use of a spreadsheet-like interface. I don't want users to be able to edit or even view the data, so my programs interaction with excel needs to be behind the scenes. I know I could use fputcsv to write to a csv file and then open that file in excel, but I was curious if there was something out there specifically for interaction with xls files. If someone could clue me in and if possible give me a short example, or a source where I might find some examples of this interaction I would really appreciate it. Thanks

Lich Nov 29th, 2005 5:33 PM

don't think so. You'd have to export to CSV then into excel from excel


All times are GMT -5. The time now is 10:50 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC