24 November 2025

1. Table

1.1. Table Export Performance Improvements

Helium provides robust table export capabilities that allow data to be exported in supported formats.

This release introduces significant performance enhancements to the table export functionality helium. These improvements focus on optimizing database operations and reducing unnecessary evaluations during the export process.

A major optimization has been implemented through the ExcludeFromReport setting for columns. ExcludeFromReport setting is used to exclude the columns in export.

Columns marked with this setting will be automatically excluded from evaluation during export operations, resulting in reduced number of statements executed with faster export processing time.

To address this, column-level setting can be configured as below:

<Column>
    ...
    <ExcludeFromReport>true</ExcludeFromReport>
</Column>

Please refer TVC release guide for more details.

The following issue has been fixed in this release

Issue Description

HE-4330

Paginated search results should be re-initialized when the user clicks on Home or Breadcrumb (provider="enovia")

HE-4386

Exclude the evaluation of columns which are excluded from export

HE-4361

Export does not work with embedded helium tables

HE-4353

Export commands does not work with UIP Flat / Structure table

TVC-7399

Enhance Stucture Browser export using chunking