Is it possible to load XML/SSML string into workbook without using temporary file?
From: William (william.lee_at_cognos.com)
Date: 04/05/04
- Next message: Kathryn: "RE: Calling a macro from an If statement"
- Previous message: Ron de Bruin: "Re: after each print, copy data from sheet 1 to sheet 2"
- Messages sorted by: [ date ] [ thread ]
Date: 5 Apr 2004 09:41:23 -0700
Hi all,
If I already obtain/construct a XML/SSML programmatically, is it
possible to load it into the Excel workbook object using C# (e.g.,
Workbook.OpenText() or Workbook.OpenXML(), or any Open function...)
All the samples and articles I got required we save the result into a
temporary file and then using Workbook.OpenText(filepath) to open it
up with a file path. The problem is that I can't force my user to have
a temporary directory set up...
Thanks in advance for your help.
William.
- Next message: Kathryn: "RE: Calling a macro from an If statement"
- Previous message: Ron de Bruin: "Re: after each print, copy data from sheet 1 to sheet 2"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|