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
Printable View
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
CSV Files are not formatted files. They are just plain text files. You cannot change the formatting.
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...
hi
Thank you
i was also thinking that csv files cannot be formated but i was not sure.
thanks
vinni