| Constructor and Description |
|---|
Workbook(OutputStream os,
String applicationName,
String applicationVersion)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Complete workbook generation: this writes worksheets and additional files
as zip entries to the output stream.
|
Worksheet |
newWorksheet(String name)
Create a new worksheet in this workbook.
|
public Workbook(OutputStream os, String applicationName, String applicationVersion)
os - Output stream eventually holding the serialized workbook.applicationName - Name of the application which generated this
workbook.applicationVersion - Version of the application. Ignored if
null. Refer to
this
page for details.public void finish()
throws IOException
IOException - In case of I/O error.Copyright © 2016. All rights reserved.