|
Richard Dudley -> RE: form that emails a spreadsheet (5/13/2004 9:13:02)
|
Are the sales data automatically collected, or are they entered by someone else. I am out of my element here, but I was intrigued and found this post: Using PHP to Create Excel Spreadsheets http://jaxn.org/cataBlog.php?articleID=290 If you have the sales data in the database, your boss could go to a web page and enter some criteria--say date ranges, or territories, etc. Then, you could query the DB and have it spit out an Excel spreadsheet to the browser. The boss will be prompted to open or save the spreadsheet. This way, you don't have to do too much other than keep the system running, and he can pull whatever data whenever and make charts and PPTs to his heart's content. I think Bobby Douglas has experience with PHP. I'd recommend the Mono project and .NET (http://www.go-mono.com/) for LINUX, but the classes you need aren't in Mono yet.
|
|
|
|