FlexCel Studio DLL 7.25 released

We are pleased to announce the release of FlexCel Studio DLL 7.25.

To be notified of new releases open Topics tagged flexcel-dll-release and watch the tag.

This release updates the dll to use FlexCel 7.25. Below you can find what is new in FlexCel Studio for VCL & FMX 7.25.

New in v 7.25 - September 2025

  • Rad Studio 13 support. Added Rad Studio 13 support

  • New property TExcelFile.OptionsHideObjects lets you set the option to hide objects in a workbook. The new property OptionsHideObjects allows you to read or write that property of the workbook. The FlexCel renderer will also honor this setting when you export to PDF, HTML, etc.

  • New overload for creating Hyperlinks. There is a new overload for creating hyperlinks that automatically separates the url from the text mark. (text mark is the part after # in the url)

  • In FireMonkey, FlexCelPreview could show the images at 2x the size. In some cases when using FireMonkey, the resolution in FlexCelPreview could go wrong and show the images at twice the size.

  • Improved merged cell handling when exporting or printing. When calculating the Area to print, Excel in some cases might ignore huge merged cells that end up in the last column or row. In this release, we changed our behavior (never ignoring merged cells) to be similar to Excel (ignore merged cells in particular cases)

  • In master-detail reports with TList<> and and empty master, there could be an exception. Sometimes when running a report with Lists and master-detail, there could be an exception is the master had 0 records.

  • Bug Fix. When signing PDFs using CryptoAPI, FlexCel was creating persistent keys on the disk, which could end up filling it.