Tags · Functions · Objects
Lucee Function Reference
Choose a function:

Function SPREADSHEETWRITE

Write a spreadsheet to disk.

Example

spreadsheetwrite(org.cfpoi.spreadsheet.Spreadsheet spreadsheet,string filePath,[boolean overwrite]):void

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
spreadsheet org.cfpoi.spreadsheet.Spreadsheet  Yes Target Spreadsheet  
filePath string  Yes Full path to the output file  
overwrite boolean  No Specify true to overwrite the file if it already exists.