Jump to content
We've recently updated our Privacy Statement, available here ×

Ignore Orientation Output Excel 2007


Recommended Posts

Hi All,

I got small problem. How can I change the orientation from "Portrait" into "Landscape" when I export the file into Excel 2007? I already worked set the page height = 700 and page width = 10000. And set the page orientation to "Landscape". It works fine when export the file in Excel 2003 but not in Excel 2007.

Please Help!!

Regards

Mohsen

Code:
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports"               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd"                     language="groovy"                     pageWidth="717"                     pageHeight="10000"                     orientation="Landscape"                     whenNoDataType="AllSectionsNoDetail"                     columnWidth="717"                     leftMargin="0"                     rightMargin="0"                     topMargin="0"                     bottomMargin="0">
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...