We are pleased to announce the release of FlexCel Studio for .NET 7.25.
To be notified of new releases open Topics tagged flexcel-net-release and watch the tag.
New in v 7.25 - September 2025
-
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)
-
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)