Skip to content

Releases: jmcnamara/libxlsxwriter

0.7.9 September 1 2018

01 Sep 21:58
Compare
Choose a tag to compare
  • Added chart_axis_set_label_align() function to set the alignment of chart
    category axis labels.

  • Added lxw_version() function to get the library version.

0.7.8 August 30 2018

30 Aug 23:05
Compare
Choose a tag to compare
  • Added worksheet_insert_image_buffer() function to insert images from
    memory buffers.

0.7.7 May 16 2018

16 May 23:47
Compare
Choose a tag to compare
  • Fix to ensure the use of wide filenames on Windows with Microsoft Visual C++.

  • Added docs on building an app with Cmake and Microsoft Visual C++ on Windows.

0.7.6 January 11 2018

11 Feb 23:58
Compare
Choose a tag to compare
  • Added support for worksheet Grouping and Outlines.

  • Fix include of libxlsxwriter as a CocoaPod on macOS.

0.7.5 September 25 2017

24 Sep 23:59
Compare
Choose a tag to compare
  • Added support for data validations and dropdown lists.

0.7.4 August 20 2017

20 Aug 14:14
Compare
Choose a tag to compare
  • Fix make build system "install" target for compatibility with MacOS "brew"
    installer.

0.7.3 August 12 2017

12 Aug 20:26
Compare
Choose a tag to compare
  • Build system fixes for Gentoo.

0.7.2 July 26 2017

26 Jul 23:00
Compare
Choose a tag to compare
  • Changed font sizes from integer to double to allow fractional font sizes.

0.7.1 July 24 2017

24 Jul 20:16
Compare
Choose a tag to compare
  • Fixed issue where internal file creation and modification dates were in the
    local timezone instead of UTC.

0.7.0 June 26 2017

27 Jun 00:23
Compare
Choose a tag to compare
  • Added support for CMake build system.

  • Fixed issue where image filehandles weren't closed until the overall file
    was closed causing the system to run out of filehandles.