Description
Release date: 2024, September 10
This update includes the new LibXL DLL (version 4.4.1), addressing a resolved vulnerability and several bug fixes. We strongly recommend upgrading to this version for improved security and performance. This release is fully compatible with LibXL DLL version 4.4.1.
The LibXL DLL has been updated to version 4.4.1. Make sure you copy the new DLL from the Library\Programs directory to your workspace. Alternatively you can remove and re-add the library using the Studio "Tools - Maintain Libraries..." menu option. LibXL in 32bit has a file limit of 2G, for larger files use 64bit
In this version:
- Updated to DLL version 4.4.1
- Compatible with DataFlex 24.0 -> 19.1
The changelog for the DLL:
Version 4.4.1 (2024-09-09)
- Fixed a bug with sorting in the Sheet::applyFilter() (xlsx)
Version 4.4.0 (2024-08-30)
- Fixed the vulnerability CVE-2023-45853, updated zlib to the version 1.3.1
- Fixed a bug with inserting/removing columns to/from tables in Sheet::insertCol() and Sheet::removeCol() methods (xlsx)
- Fixed a bug with reading values from form controls (xlsx)
- Fixed a bug with reading formatted inline strings (xlsx)
- Fixed a bug with writing a corrupted workbook with a single quote in a sheet name and named range or print area with using this sheet (xlsx)
- Fixed a memory leak in the Book::loadSheet() for xls files
- Fixed a memory leak in the Book::delSheet() for xls files