Odd issue with cfspreadsheet and excel
I have code that reads an excel from my server and then converts to a query object and the loops through and inserts into an MSSQL table.
<cfspreadsheet action="read" query="myExcelData" src="#path#" headerrow="1" rows="2-50000" />
It works great.
But only after I get the excel file from the server, open and save it, and then FTP back to the server.
It works great.
The problem is my client FTP's the excel file to the server using WINSCP.
When I try and run the script on those files the client FTPs I don't get any records.
It's like it reads the file but returns 0 records.
I don't get an error message.
Then I get the excel file from the server, open and save it, and then FTP back to the server.
It works great.
Any ideas?
Very odd situation
