Skip to content

Releases: jmcnamara/libxlsxwriter

0.8.9 December 16 2019

16 Dec 21:09
Compare
Choose a tag to compare
  • Added support for default hyperlink style in worksheet_write_url().

  • Added support for hyperlink in images, see worksheet_insert_image_opt().

  • Fixed several worksheet_write_url() edge cases.

0.8.8 November 17 2019

17 Nov 19:00
Compare
Choose a tag to compare
  • Added option to allow a user defined, or overridden, image description used
    with worksheet_insert_image(). By default it uses the filename as the
    description.
    Issue #238.

  • Added Windows portable version of fopen to handle utf8 filenames when
    working with images.
    Issue #238.

  • Added an option to allow chart fonts to be rotation to 270 deg to give a
    stacked orientation. Also added support for East Asian vertical chart fonts.

  • Refactored struct types used in pubic APIs to remove or document hidden
    fields. Note: This change introduces backward incompatible API
    changes. However, it should minimize any future changes of this nature.
    See issue #252.

0.8.7 June 20 2019

20 Jun 23:16
Compare
Choose a tag to compare
  • Added support for adding VBA macros to workbooks. These macros can be
    extracted from existing xlsm files, created in Excel, and added to new xlsm
    files.
  • Added support for ZIP64 extensions when writing very large xlsx files to
    allow the zip container, or individual XML files within it, to be greater
    than 4 GB.
  • Added extra validity checks on worksheet names.

0.8.6 April 7 2019

07 Apr 16:14
Compare
Choose a tag to compare
  • Fixed issue where images that started in hidden rows/columns weren't placed
    correctly in the worksheet.

  • Fixed the mime-type reported by system file(1). The mime-type reported
    by "file --mime-type"/magic was incorrect for XlsxWriter files since it
    expected the [Content_types] to be the first file in the zip container.

0.8.5 February 10 2019

10 Feb 23:10
Compare
Choose a tag to compare
  • Fix compile-time warnings with strict prototypes enabled.

  • Make py.test name configurable.

0.8.4 November 10 2018

10 Nov 16:42
Compare
Choose a tag to compare
  • Fix for issue when hashing number formats.

0.8.3 October 1 2018

01 Oct 22:18
Compare
Choose a tag to compare
  • Added worksheet_write_rich_string() function to allow writing of
    multi-format rich strings.

0.8.2 September 16 2018

16 Sep 19:24
Compare
Choose a tag to compare
  • Added new chartsheet functionality: chartsheet_set_tab_color(), and
    chartsheet_set_zoom().

0.8.1 September 15 2018

15 Sep 14:10
Compare
Choose a tag to compare
  • Fix for chartsheet and worksheet ordering issue.

  • Added new chartsheet functionality: chartsheet_protect(),
    chartsheet_hide(), chartsheet_select(), and
    chartsheet_set_first_sheet().

0.8.0 September 12 2018

11 Sep 22:02
Compare
Choose a tag to compare
  • Added support for chartsheets. A chartsheet is a type of worksheet that only
    contains a chart.