1.1.5 December 30 2022
-
Added support for writing a workbook to a memory buffer instead of to a file
via theoutput_buffer
parameter ofworkbook_new_opt()
. -
Add support for using in-memory data instead of temporary files on systems where
fmemopen()
andopen_memstream()
are supported. This requires theUSE_MEM_FILE
compilation option.