Skip to content

Releases: commi235/xlsx_builder

Release 1.5.0

19 Jan 15:49
57cafd1
Compare
Choose a tag to compare

Changes

contributed by Philipp Hartenfeller

  1. Office 365 Bugfix
    Uppercase"FALSE" strings caused O365 versions of Excel to display a repair popup.
    They are now lowercase.
  2. Too long Sheetnames caused Excel to repair the file
    Filenames are now cut at the max length of 31 chars.
  3. Added option to create hidden Sheets
    Function "new_sheet" has now a boolean parameter to hide the sheet.
  4. Datavalidations with data sources from a different sheet
    It is now possible to create dropdowns with data from a different sheet as the data source of the dropdown.

contributed by Moritz Klein

  1. Query to Sheet with Binds

Release 1.4

08 Aug 20:45
Compare
Choose a tag to compare

This release includes the new query2sheet2 function created by @mongolu
Based on timings this one is faster than the still existing query2sheet.

Version 1.3 Bugfix 1

09 Jan 22:13
Compare
Choose a tag to compare

Just adds one fix to remove unexpected date truncation.

Release 1.3

11 Aug 11:26
Compare
Choose a tag to compare

This release mainly adds better lib inclusion.
Switching from using submodule to subtree.

Code Formatting and Explicit Conversions

08 Dec 14:47
Compare
Choose a tag to compare

This release is about better code formatting and adds explicit conversions as much as possible.

Thanks to André Meier for his contribution.

CLOB performance release

26 Nov 11:16
Compare
Choose a tag to compare

CLOB building now uses a VARCHAR2 buffer for better performance.

First Main Release

26 Aug 08:15
Compare
Choose a tag to compare

This is a exact point in time to ease submodule usage.