(no description)
File Size: | 50 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Writer:: (2 methods):
setTempFolder()
setShouldUseInlineStrings()
setTempFolder($tempFolder) X-Ref |
Sets a custom temporary folder for creating intermediate files/folders. This must be set before opening the writer. param: string $tempFolder Temporary folder where the files to create the XLSX will be stored return: Writer |
setShouldUseInlineStrings($shouldUseInlineStrings) X-Ref |
Use inline string to be more memory efficient. If set to false, it will use shared strings. This must be set before opening the writer. param: bool $shouldUseInlineStrings Whether inline or shared strings should be used return: Writer |