Skip to content

1.1.5 December 30 2022

Compare
Choose a tag to compare
@jmcnamara jmcnamara released this 30 Dec 15:29
· 57 commits to main since this release
  • Added support for writing a workbook to a memory buffer instead of to a file
    via the output_buffer parameter of workbook_new_opt().

  • Add support for using in-memory data instead of temporary files on systems where
    fmemopen() and open_memstream() are supported. This requires the USE_MEM_FILE
    compilation option.