Reading cell data and formats from *.xls file
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am working on a project in which the I have to output the data in an excel file. The input is also an excel file which contains certain headings (with defined format). I need to read these headings and query the database for their values. Finally, I need to output the data in the excel file. The format of the data is also defined in the input file by setting the format of a particular cell (the cell location is known). The problem is that I need to read all the cell formats and data up to certain specific range. Your help will be appreciated. Thanx. Rahim Rattani.