ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Exporting to Excel using ASP Problem (https://www.excelbanter.com/excel-programming/282773-exporting-excel-using-asp-problem.html)

jtk7622

Exporting to Excel using ASP Problem
 

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


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/



All times are GMT +1. The time now is 05:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com