Saving Excel file as HTML USING C#

K

Kewal

Hi All,

I have a requirement of saving Excel files as HTML using C#. I have
managed to write code for saving as HTLM file. however this seems to be
not working in the once perticular case .

For e.g I hav the following values are in column say A1 & A2.

A1A2
D B
B O
A N
G D
V V
A A
L L

0 1
1 2
1 1

When I save this as HTML, I am getting saved file as below ( Note the
change vertical display to horizontal) . Any suggestions / comments on
this is highly appreciated. Thanks a lot for your time.

DBAGVAL BONDVAL
0 1
1 2
1 1

Regards,
Kewal
 
Top