Software Development Network>> Visual C#>> Create CSV file with styles
Hi,
How can I create CSV file with styles
Thank'sAlexei
Can you suggest me what type of file I can create with styles that can be openned in Excel with double click on it
Hi Alexei,
A CSV file is a "comma separated values" file. According to me, CSV files don't contain formatting. So it is not possible to have a CSV file with formatting in it.
Greetz,
Geert
Geert VerhoevenConsultant @ Ausy Belgium
My Personal Blog
You can use the default .xls format. Here is an example of how to do it: http://support.microsoft.com/kb/302084.
Note: You will see that .NET renders the xls file as an xml based file. This format is not supported by Excel 2000 and earlier.
I need something for openning files in Excel 2000.
Can I am using the COM and work with all versions of Excel
Create CSV file with styles
TonyBunce
Hi,
Can you suggest me what type of file I can create with styles that can be openned in Excel with double click on it
Thank's
Alexei
Anil Vemu
Hi Alexei,
A CSV file is a "comma separated values" file. According to me, CSV files don't contain formatting. So it is not possible to have a CSV file with formatting in it.
Greetz,
Geert
Geert Verhoeven
Consultant @ Ausy Belgium
My Personal Blog
MaryJaneF
Hi,
You can use the default .xls format. Here is an example of how to do it: http://support.microsoft.com/kb/302084.
Note: You will see that .NET renders the xls file as an xml based file. This format is not supported by Excel 2000 and earlier.
Greetz,
Geert
Geert Verhoeven
Consultant @ Ausy Belgium
My Personal Blog
RostaB
Hi,
I need something for openning files in Excel 2000.
Can I am using the COM and work with all versions of Excel
Thank's
Alexei