Re: Creating Excel file with Jet OLE DB in VB.NET
From: William Ryan eMVP (dotnetguru_at_comcast.nospam.net)
Date: 07/01/04
- Next message: Nick Farina: "Good GUI design, the .NET way?"
- Previous message: Klaus H. Probst: "Re: What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?"
- In reply to: JBAdamsJr: "Creating Excel file with Jet OLE DB in VB.NET"
- Next in thread: Paul Clement: "Re: Creating Excel file with Jet OLE DB in VB.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Jul 2004 17:35:57 -0400
If you don't have Excel, it's going to be a bear. I'd recommend using
FarPoint's Spread. You can use WriteXML of the dataset to save it as XML
and then open it with Excel in you have XP, but short of that you are going
to have to use a third party tool or write the file format AFAIK.
-- W.G. Ryan MVP Windows - Embedded Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Let Microsoft know! https://www.windowsembeddedeval.com/community/newsgroups "JBAdamsJr" <JBAdamsJr@discussions.microsoft.com> wrote in message news:F9DC3023-14D2-4A33-9716-5F798A6CCAF8@microsoft.com... > I want to be able to create an Excel file with a VB.NET program on a server that does not have Microsoft Excel loaded on it. I am using the Jet OLE DB to read other data files. Can this be used to save an array in an Excel .XLS format?
- Next message: Nick Farina: "Good GUI design, the .NET way?"
- Previous message: Klaus H. Probst: "Re: What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?"
- In reply to: JBAdamsJr: "Creating Excel file with Jet OLE DB in VB.NET"
- Next in thread: Paul Clement: "Re: Creating Excel file with Jet OLE DB in VB.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|