|
-
April 28th, 2009, 04:21 AM
#1
particular cell data font of a csv file to be bold
Hi
how to make a particular cell data of a csv file to be bold thru programming in c#.
suppose i want to make bold of 3rd cell in csv file how would i make..
Thanks in advance
vinni
-
April 28th, 2009, 01:44 PM
#2
Re: particular cell data font of a csv file to be bold
CSV Files are not formatted files. They are just plain text files. You cannot change the formatting.
-
April 28th, 2009, 04:11 PM
#3
Re: particular cell data font of a csv file to be bold
It should be possible to create an Excel document programmatically and do any formatting in there. With regards to the Excel you can create using ADO.NET or through automating Excel. I think automating Excel will give you the best chance of formatting the document. As Shuja Ali mentioned a CSV is just a plain text file in which the data is separated by commas. No special formatting in there...
-
April 28th, 2009, 10:45 PM
#4
Re: particular cell data font of a csv file to be bold
hi
Thank you
i was also thinking that csv files cannot be formated but i was not sure.
thanks
vinni
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|