Excel API Library for Java - Sample Browser | Document Solutions | Count per page pagination
[
フレーム]
src="bundle.js">
## Count per page pagination
When CP is a number value, the number of grouped instances is strictly limited to the count of rows specified. A new page is generated when the count of records exceeds within a group instance or when the next group instance starts. Each generated page has an identical layout.
// 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")