Skip to content

Releases: jlolling/talendcomp_tFileExcel

Improved error message of file is empty

30 Nov 11:42
Compare
Choose a tag to compare

Improved error message if incoming file is empty.

Append rows works now in memory saving mode

13 Sep 15:55
Compare
Choose a tag to compare

You can now combine append and memory saving mode (streaming workbook).
The necessary changes are done in the apache poi library locally.
Will provide a pull request for the apache poi project.

Security update: Update to Apache POI 5.2.3

29 Aug 20:35
Compare
Choose a tag to compare

Update Apache POI to version 5.2.3
Xalan lib dependency removed.

Improvement for cell formats in the tFileExcelSheetOutput

12 Apr 12:24
d2adf83
Compare
Choose a tag to compare

The format of a cell will now also configured based on the schema information if the column format is not explicitly set in the column configuration table.
This simplifies the formats.

Bug fix for NullPointerException in tFileExcelSheetInput

23 May 07:49
Compare
Choose a tag to compare

Bug solved: When configuring the columns based on a header row and this row does not exist: this has caused a NullPointerException and not a meaningful error message.
Now the component throws an exception with sheet name and the expected header row index to support file investigation.

Bug fixes for tFileExcelReferencedCellOutput

17 Dec 21:29
Compare
Choose a tag to compare

missing error handling for invalid addresses
wrong calculated cell address if cell reference is given

Thanks a lot to Severine for notifying me about this bug!

Output format also for Object typed columns

04 Oct 13:39
Compare
Choose a tag to compare

In the tFileExcelSheetOutput columns can be Object typed and the format will be applied anyway.

Bug fix release

30 Jul 09:20
Compare
Choose a tag to compare

tFileExcelSheetInput bug solved: In case the cell contains a broken formula and the actual cell type is NUMERIC and the job wants to have the value as String - in this case the component returned the formula instead of the cached numeric value.

New component unpivot and output bug fix

23 Jun 21:31
Compare
Choose a tag to compare

The new component tFileExcelSheetInputUnpivot provides the feature to unpivot (or normalize) data provided in a variable number of columns. Please refer to the documentation of tFileExcelSheetInput.

tFileExcelSheetInput has now the option to tolerant find a sheet even if it is not exactly named as expected.
Spaces, - _ and case will be ignored optionally

tFileExcelSheetOutput: set data formats has been fixed.

Bug fix for tFileExcelSheetOutput

11 Jan 20:23
Compare
Choose a tag to compare

Bug solved: In case of no styles should be copied the component has damaged existing styles for text typed fields.
Thanks to Manuel for notifying me about this bug.