I want to read the contents of excel file stored in document library in SharePoint 2007. SP2007 does not support Sandbox solution and I can't deploy farm solution. I need JavaScript based solution.
What I tried so far?
I have followed following Retrieve Data from SharePoint Document Libraries (using SPServices).
The code given here works, but I need to get the content of file. How can I get my code?
Any reference or advice is most valuable.