Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Problem with Page Orientation of Excel Workbook While Streaming MIME Content

Reply
Thread Tools

Problem with Page Orientation of Excel Workbook While Streaming MIME Content

 
 
Yelena Kaplun
Guest
Posts: n/a
 
      01-14-2005
Hi,
I'm trying to customize print settings while streaming HTML content into
Excel. I'm using ASP.NET 1.1 and Excel 2003.
While some printer settings like Margins are working correctly, I cannot
change the Page Orientation to Landscape: mso-page-orientation:landscape;.
I tried to produce the Excel Page, save it as HTML, open in text editor and
then copy and paste Excel generated settings. But it did not help.
If anybody resolved this problem before please respond. Your reply is
greatly appreciated.
I'm setting content type as following:
Response.Clear()

Response.Charset = ""

Response.ContentType = "application/vnd.ms-excel"

Response.AddHeader("Content-Disposition", "attachment;
filename=CampaignReports.xls")

And then using <style> and XML tags to change the settings:



<style>

<!--table

{mso-displayed-decimal-separator:"\.";

mso-displayed-thousand-separator:"\,";}

@page

{margin:1.0in .5in 1.0in .5in;

mso-header-margin:.5in;

mso-footer-margin:.5in;

mso-page-orientation:landscape;}

tr

{mso-height-source:auto;}

col

{mso-width-source:auto;}

br

{mso-data-placement:same-cell;}

-->

</style>

<!--[if gte mso 9]><xml>

<x:ExcelWorkbook>

<x:ExcelWorksheets>

<x:ExcelWorksheet>

<x:Name>CampaignReports 1 </x:Name>

<x:WorksheetOptions>

<xrint>

<x:ValidPrinterInfo/>

<x:Scale>75</x:Scale>

<x:HorizontalResolution>1200</x:HorizontalResolution>

<x:VerticalResolution>1200</x:VerticalResolution>

</xrint>

<x:Selected/>

<xoNotDisplayGridlines/>

<xrotectContents>False</xrotectContents>

<xrotectObjects>False</xrotectObjects>

<xrotectScenarios>False</xrotectScenarios>

</x:WorksheetOptions>

</x:ExcelWorksheet>

</x:ExcelWorksheets>

<x:WindowHeight>8700</x:WindowHeight>

<x:WindowWidth>15195</x:WindowWidth>

<x:WindowTopX>0</x:WindowTopX>

<x:WindowTopY>120</x:WindowTopY>

<xrotectStructure>False</xrotectStructure>

<xrotectWindows>False</xrotectWindows>

</x:ExcelWorkbook>

</xml><![endif]-->



Thanks,



Yelena


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
stiff dicks stilesproject streaming media host streaming mediasolutions streaming media funduk Java 0 11-04-2008 12:35 PM
How to format Excel/Word while streaming MIME content. MS News ASP .Net 0 06-27-2005 02:44 PM
Problem with Page Orientation of Excel Workbook While Streaming MIME Content Yelena Kaplun ASP .Net 1 01-19-2005 12:27 AM
Excel hangs while trying to open a workbook in ASP Lize ASP General 1 07-07-2004 03:44 PM
<FORM METHOD="post" onSubmit="return fieldcheck()" name="orientation" action="http://ws-kitty.BU.edu/AT/survey/orientation/script/write.asp" language="JavaScript"> Joeyej ASP .Net 0 06-04-2004 07:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57