Title:
Bug 79263:(Watson Migration Closure)Is there a way to specify a page break in cfspreadsheet?In Apache POI, I can do:<cfset wb = createObject("java","org
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Rob Kolosky / Rob Kolosky (rkolosky)
Created: 08/04/2009
Components: Document Management, Office Integration
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 284725
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 2
Problem:
Is there a way to specify a page break in cfspreadsheet?In Apache POI, I can do:<cfset wb = createObject("java","org.apache.poi.hssf.usermodel.HSSFWorkbook").init()/><cfset sheet = wb.createSheet("First Sheet") /><cfset sheet.setRowBreak(Javacast("int",1)) />And that creates a page break with the first page having one row.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039547
External Customer Info:
External Company:
External Customer Name: Rob Kolosky
External Customer Email: 0D63608F448DC27599201549
External Test Config: 08/04/2009
Attachments:
Comments: