LibXL 4.6.0 has been released
We are glad to inform you that the new LibXL version 4.6.0 is available now.
What's new in the version 4.6.0:
- added the support of tables (xlsx)
- added the updating conditional formattings in Sheet::insertCol(), Sheet::insertRow(), Sheet::removeCol() and Sheet::removeRow() methods
- changed the sorting behavior from case-senstitive to case-insensitive in the same way as in Excel
- improved the sorting performance
- fixed the vulnerability CVE-2023-45853 in MiniZip
New methods:
- Sheet::addTable()
- Sheet::getTableByName()
- Sheet::getTableByIndex()
- Sheet::applyFilter2()
- Table::name()
- Table::setName()
- Table::ref()
- Table::setRef()
- Table::autoFilter()
- Table::style()
- Table::setStyle()
- Table::showRowStripes()
- Table::setShowRowStripes()
- Table::showColumnStripes()
- Table::setShowColumnStripes()
- Table::showFirstColumn()
- Table::setShowFirstColumn()
- Table::showLastColumn()
- Table::setShowLastColumn()
- Table::columnSize()
- Table::columnName()
- Table::setColumnName()
The LibXL library can be used with MBS Plugins in Xojo and FileMaker. Updated plugins will be available soon. As usual we add the new functions soon. If you need help or want to try the new version early, let me know.