Re: [DUG]: Export to Excel

2001-10-28 Thread Mark Howard
, 2001 3:35 PM Subject: RE: [DUG]: Export to Excel The easiest way to export something that can be opened in an excel document without any formatting at all is to create a string list and write comma delimited fields and use the SaveToFile command - saving it as a CSV. You

Re: [DUG]: Export to Excel

2001-10-24 Thread Bevan Edwards
Hi Mark, We use a component called XLSReadWrite from http://www.axolot.com/components/index.htm, which basically does what you need, I think. You can read and write Excel files without even requiring Excel on the user's machine! There are a few gotcha's, such as you can't open an existing

RE: [DUG]: Export to Excel

2001-10-24 Thread Stacey Verner
(LExcel) then LExcel.Quit; end; LExcel := Unassigned; end; Stacey. -Original Message- From: Chrissy R [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 October 2001 2:12 p.m. To: Multiple recipients of list delphi Subject: Re: [DUG]: Export to Excel Hi

RE: [DUG]: Export to Excel

2001-10-24 Thread Steve Aish
The easiest way to export something that can be opened in an excel document without any formatting at all is to create a string list and write comma delimited fields and use the SaveToFile command - saving it as a CSV. You can then open it in Excel as a CSV file. Steve -Original

RE: [DUG]: Export to Excel

2001-10-24 Thread Stephen Barker
-From: Steve Aish [mailto:[EMAIL PROTECTED]]Sent: Thursday, 25 October 2001 15:36To: Multiple recipients of list delphiSubject: RE: [DUG]: Export to Excel The easiest way to export something that can be opened in an excel document without any formatting at all is to create a string