klyn.io.xlsx.Workbook.save
method
public save(filePath as String) as Void throws IOException:
Description

Writes the workbook to a specific path.

Parameters
  • filePath Target XLSX file.
Throws
  • IOException if the workbook cannot be written.
Example
workbook.save("copy.xlsx")