i have these program that was written in excel file(xls) worksheet/workbook.. these xls is to be embeded in the page for the user to interacts with the file generates its own macro returns that was written in there sell column/row..
ive embeded the xls file with the code ..
<IFRAME id="iframeexcel" title="excel" src="tempExcel.xls" width="100%" height="100%" runat="server">
</IFRAME>
what i still need to do is to get the cell/row value of the xls file that was embeded can these be done..
and when the page is initially loaded a open dialog box open and ask to open ,save or cancel. the file i dont need the dialog box how can i remove them.