Whatever message this page gives is out now! Go check it out!
SpreadSheetRead(fileName [, sheetName|sheet]) |
Parameter | Description |
fileName | A string specifying the path to the spreadsheet file. |
sheetName | Optional parameter; name of the sheet. You can specify sheet or sheetName. |
sheet | Optional parameter; number of the sheet. You can specify sheet or sheetName. |
<cfscript>
a = SpreadSheetRead("C:\Files\Report.xls","Annual Report")
</cfscript>