Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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/

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem creating formulas when exporting QuickBooks files to Excel edpoz New Users to Excel 1 December 8th 09 11:19 PM
Exporting Data from MAS500 into Excel problem Ken Excel Discussion (Misc queries) 4 July 12th 07 02:18 PM
problem exporting data from Office PivotTable Components to Excel Hammami Excel Discussion (Misc queries) 0 December 22nd 06 11:16 AM
Problem with exporting xls sheels to txt files separated by tabs Piotr Krasnicki Setting up and Configuration of Excel 2 February 6th 06 12:11 PM
Problem exporting to excel with Windows XP bhigdon Excel Discussion (Misc queries) 1 August 13th 05 12:06 PM


All times are GMT +1. The time now is 01:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"