klyn.io.xlsx.Workbook.close
method
public override close() as Void throws IOException:
Description

Closes the workbook.

Workbooks are saved once when closed, including existing workbooks loaded through the constructor and then enriched.

Throws
  • IOException if saving fails.
Example
workbook.close()