Displaying Excel Data
Hi,
I have one excel sheet, I want to display the data in that excel sheet after reading it.
Is there anyway to do this.
Using coldfusion 9, Apache
Hi,
I have one excel sheet, I want to display the data in that excel sheet after reading it.
Is there anyway to do this.
Using coldfusion 9, Apache
What, precisely, is the error that you are getting? Can you post some code of what you're trying to do?
Well everyone who cares what I'm up to is out of the office, so might as well have a bash at this. As expected, it was this easy:
<cfspreadsheet action="read" src="E:\CFusion\wwwroot\sstest\test.xls" sheet="1" query="data">
<cfform>
<cfgrid name="SomeGrid" query="data" />
</cfform>
And I get an Excel-stylee grid displaying my query data. Let us know what the issue is and I'll take a look if I've got nothing better to do, which is fairly likely for the next three hours.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.