Firstly, apologise for the not getting back to you any earlier as I was
dealing with other probs and projects...
Anyhow, the process is as follow:
- Produce an XML document which then passed to BizTalk server to process
- BizTalk could either produce XML or CSV file but not Excel spreedsheet
- I got a local spreedsheet template that I need to utilise when
creating the Excel file (i.e. Mapping the XML document to Excel)
I need to be able to map the XML to Excel in code and utilise the
template to store the Excel file.
Any sample code or links or suggestions will highly be appreciated.
Thank you and hope to hear from you very soon.........
Kam
Paul Clement wrote:
On Wed, 14 Mar 2007 15:55:45 +0000, Kam <ka**@NOSPAM.comwrote:
¤ I got a custom template ready in a local folder, are you saying that I
¤ would not be able to use it when saving the workbook from C# application?!
¤
No, what I am saying is that you can't use ADO.NET to do it. Instead you would need to use
automation with the Excel application.
http://support.microsoft.com/kb/302084
Paul
~~~~
Microsoft MVP (Visual Basic)