View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
harkit harkit is offline
external usenet poster
 
Posts: 1
Default Saving workbook in code


Hi
I am Rajesh. I am stuck in a big big problem. PLease help me out...

I want to open a work book in a xls file using C# code in the page-load
event of an ASP.NET page, write two values into two cells (using code),
save that workbook and redirect the browser to show that xls file

But when the workbook.save statement is being executed, a dialog is
being thrown at me saying that "A file with name <file1.xls already
exists. Do u want to replace it?"

1) How can I save that xls file without that dialog?

And after saving when I redirect the browser to show that xls file,
that is becoming a read-only copy. I think this is due to an Excel.exe
instance running already in memory.

2) How can I make that xls file a writable one in when it is displayed
in browser?

Please help me.....

Many Many thanks in advance
Rajesh


--
harkit
------------------------------------------------------------------------
harkit's Profile: http://www.excelforum.com/member.php...o&userid=25764
View this thread: http://www.excelforum.com/showthread...hreadid=391732