SyntaxFix
Write A Post
Hire A Developer
Questions
var excel=new ActiveXObject("Excel.Application"); var book=excel.Workbooks.Open(your_full_file_name_here.xls); var sheet=book.Sheets.Item(1); var value=sheet.Range("A1");
when you have the sheet. You could use VBA functions as you do in Excel.