J
jtk7622
Hello,
I have been exporting all of my data web pages to excel using
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "content disposition",
"attachment;filename=filename.xls"
and it has been working well except for one site I have.
This site dynamically creates one column tables, about 30 rows apiece,
that visually line up next to each other, left to right across an asp
page.
When I export this page to excel, it doesnt visually show up
correctly...it stacks each table on top of each other, so it shows only
one column and many rows down the worksheet...the code is fairly long,
so I decided to ask and get feedback before I post any code.
Any help is appreciated.
Thanks in advance,
jtk
I have been exporting all of my data web pages to excel using
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "content disposition",
"attachment;filename=filename.xls"
and it has been working well except for one site I have.
This site dynamically creates one column tables, about 30 rows apiece,
that visually line up next to each other, left to right across an asp
page.
When I export this page to excel, it doesnt visually show up
correctly...it stacks each table on top of each other, so it shows only
one column and many rows down the worksheet...the code is fairly long,
so I decided to ask and get feedback before I post any code.
Any help is appreciated.
Thanks in advance,
jtk