Releases: commi235/xlsx_builder
Releases · commi235/xlsx_builder
Release 1.5.0
Changes
contributed by Philipp Hartenfeller
- Office 365 Bugfix
Uppercase"FALSE" strings caused O365 versions of Excel to display a repair popup.
They are now lowercase. - Too long Sheetnames caused Excel to repair the file
Filenames are now cut at the max length of 31 chars. - Added option to create hidden Sheets
Function "new_sheet" has now a boolean parameter to hide the sheet. - 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
- Query to Sheet with Binds
Release 1.4
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
Just adds one fix to remove unexpected date truncation.
Release 1.3
This release mainly adds better lib inclusion.
Switching from using submodule to subtree.
Code Formatting and Explicit Conversions
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
CLOB building now uses a VARCHAR2 buffer for better performance.
First Main Release
This is a exact point in time to ease submodule usage.