RE: Impersonate
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Wed, 13 Feb 2008 02:39:17 GMT
Hi Zino,
I've performed some further research, I'm afraid so far the Office
Automation interface only provide file based save approach which restrict
the code in your application have to save the excel object to file
first(Unless you directly save excel object in database).
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?emlubw==?= <zino@xxxxxxxxxxxxxxx>
Subject: RE: Impersonate
Date: Tue, 12 Feb 2008 06:22:04 -0800
incorrect
the value to be displayed in the Excel file is saved in the sql table as
varchar(4000).
What I need is something like :
sub Page_Load
dim xl As Excel.Application =New Excel.Application
dim wbs As Excel.Workbooks=xl.Workbooks
dim wb As Excel.Workbook
wb = wbs.Add()
response.Clear()
response.ContentType = "application/vnd.ms-excel"
response.BinaryWrite((New UnicodeEncoding).GetBytes(wb )) ' it is
this way, but that's how and what I need... .. (be able to pass theworkbook
directly)
response.End()
.
- References:
- Impersonate
- From: zino
- RE: Impersonate
- From: Steven Cheng[MSFT]
- RE: Impersonate
- From: Steven Cheng[MSFT]
- Impersonate
- Prev by Date: Re: Allow certain users for an intranet app
- Next by Date: Exchange webDav Configuration
- Previous by thread: RE: Impersonate
- Next by thread: how to update context.user without postback ...ing
- Index(es):
Relevant Pages
|