need help regardiong excel
hi , i am working in c# asp.net2.0.i need to bind my database values to excel file .the exfile has to be generated dynamically and database values has to be bindd with excel.
i want to make some cells as bold and some cell as italic .i should not use excel object method an d com component.is thi possible to do is means please show me some example code to do this pelase
Re: need help regardiong excel
Why shouldn't you use the Excel objects? You need to use them to manipulate the formatting of the cells.