Excel API Library for Java - Sample Browser | Document Solutions | Paper size pagination
[
フレーム]
src="bundle.js">
## Paper size pagination
When the CP value is not set, there is no limit on the number of rows (for a grouped instance) to be present on a paginated sheet. However, the rows displayed per page are controlled by the paper height. That said, a new sheet is generated when the next row (for a grouped instance) cannot be accommodated within a page height. This property can be used in report templates where the number of records for a group is not defined and may vary.
// Create a new workbook
Workbook workbook = new Workbook();null
// Save to an excel file
workbook.save("FolderExample.xlsx");
// Create a new workbook
var workbook = Workbook()
FIXME: No Kotlin code in this demo.
// Save to an excel file
workbook.save("FolderExample.xlsx")