I have an ASP page which opens an Excel file in the background. I want to read information from a number of cells and display them as headings in my ASP page. However, in the Excel document there are a number of merged cells which are merged across columns and rows.
So I basically want to be able to check the equivalent "rowspan" and "colspan" properties of the excel cells and mirror that in my ASP page.
Are there such properties that I can read from the Excel file.
Mighty
So I basically want to be able to check the equivalent "rowspan" and "colspan" properties of the excel cells and mirror that in my ASP page.
Are there such properties that I can read from the Excel file.
Mighty