Bug 48485 - Paper size A3 not available in HSSFPrintSetup
Summary: Paper size A3 not available in HSSFPrintSetup
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.6-FINAL
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-05 00:02 UTC by Babu
Modified: 2010-03-30 10:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Babu 2010-01-05 00:02:30 UTC
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 ?
Comment 1 Nick Burch 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.
Comment 2 Kai Richter 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.
Comment 3 Nick Burch 2010-03-30 10:06:35 UTC
I've added constants for a number of missing sizes, including A3, in r929064.