Re: Binary Stream Excel Client Problem



Do you send an Excel File? Or just a csv file in the stream? Not really
sure where to clock is set.

You could change the filename everytime, so it shouldn't cache it:

Response.ContentType = "application/vnd.ms-excel";
Response.AddHeader("Content-Disposition", "attachment;Filename=" +
fileName);

Hope that helps anyway.
Remy Blaettler

.



Relevant Pages

  • Re: Macro to change linked object source file
    ... "test.xls"', using whatever the real filename is, minus the path. ... [MVP - Microsoft Word] ... original excel file name in the item section of the linked object. ...
    (microsoft.public.word.vba.general)
  • Re: gui/excel/array
    ... select an excel file. ... filesep is a function that returns the appropriate file seperator. ... FileName) ... To put the filename into the array, or to put the data into ...
    (comp.soft-sys.matlab)
  • Re: Open multiple excel spreadsheet from ppt VBA
    ... set wksheet1=XLApplication.workbooks.open(excel filename as ... But I don't know how to open another worksheet from the same excel file. ... workbook. ...
    (microsoft.public.powerpoint)
  • Re: File name with spaces Excel 97 & XP
    ... >Your Excel file association may be lost. ... >You must have the double quotes. ... >>error message for each segment of the filename. ...
    (microsoft.public.excel.misc)
  • Re: File name with spaces Excel 97 & XP
    ... >Your Excel file association may be lost. ... >You must have the double quotes. ... >>error message for each segment of the filename. ...
    (microsoft.public.excel.misc)