You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2010/01/05 09:02:31 UTC

DO NOT REPLY [Bug 48485] New: Paper size A3 not available in HSSFPrintSetup

https://issues.apache.org/bugzilla/show_bug.cgi?id=48485

           Summary: Paper size A3 not available in HSSFPrintSetup
           Product: POI
           Version: 3.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: kala@sankya.com


The setPaperSize(short) method in HSSFPrintSetup does not currently support A3
papersize. (Supports A4,A5,Letter,Legal, Executive and a few Envelope sizes
only). For large reports, A3 seems important. Would it be possible to add this
also ?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 48485] Paper size A3 not available in HSSFPrintSetup

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48485

Nick Burch <ni...@alfresco.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Nick Burch <ni...@alfresco.com> 2010-01-05 01:21:17 UTC ---
Any chance you could upload two very simple otherwise identical files, one set
to A4, and one set to A3?

That'll be useful for double checking the settings needed in the file for A3,
as well as being the basis for the unit tests for the feature once added.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 48485] Paper size A3 not available in HSSFPrintSetup

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48485

Kai Richter <ka...@vmtubes.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Linux                       |Windows XP

--- Comment #2 from Kai Richter <ka...@vmtubes.de> 2010-03-26 06:25:04 UTC ---
I tried to create A3 size excel files. With a missing support for A3, i read an
existing file and found the (short) vaule 8. 
Using 
sheet.getPrintSetup().setPaperSize((short)8);
seems to be a workaround to create A3 excel files.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 48485] Paper size A3 not available in HSSFPrintSetup

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48485

Nick Burch <ni...@alfresco.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Nick Burch <ni...@alfresco.com> 2010-03-30 10:06:35 UTC ---
I've added constants for a number of missing sizes, including A3, in r929064.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org