Link to home
Start Free TrialLog in
Avatar of peloke050300
peloke050300

asked on

ColdFusion Microsoft Excel

I am trying to create a website for a local software company which will allow their customers (they sell software to health care organizations) to go online and check their data against everyone else.  The organizations send their info nightly to a main database.  The company wants me to see if it is possible to build a website which will allow the organization  for example, to go online and check the rate of their psychiatric patients who come back compared to other organizations.  They want to know if it is possible to have this info displayed back to the user via the internet as a microsoft excel graph.   So the user would choose the info they wanted to know, hit submit, their choices would be sent to the database checked against the parameters they chose and sent back to them as an Excel graph.  Is this possible?  I am trying to use coldfusion but have never used it so I am trying to learn it as well.  
Avatar of dlewis9
dlewis9

There's not really a built-in method to build an excel sheet with a graph already defined like that from Cold Fusion.  You could use Crystal Reports to create the graph from the data and display that through CF (see CFREPORT).

Or you could also use a Custom Tag that someone has written or write your own.  These aren't quite as pretty, however.  You can find Customer Tags for free or for a small charge by searching the Developer's Exchange on Allaire.com.

Here is one that I ran across:

http://www.net-smart-inc.com/CustomTags/BarGraphData.cfm

If you're looking to make it real pretty, you probably need to go with something that does something beyond just plain HTML.  There are some of these available as Custom Tags as well, such as:

http://www.cfxgraphicsserver.com/
ASKER CERTIFIED SOLUTION
Avatar of jsal218112
jsal218112

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial