Java.lang.RuntimeException Unexpected record type(org.apache.poi.hssf.record.HyperlinkRecord)

Hi there,

does somebody knows what to make of the message "java.lang.RuntimeException: Unexpected record type (org.apache.poi.hssf.record.HyperlinkRecord)". I got this by:

-accessing a folder content with List File Node, using the suitable extension (*.xls)
-starting a loop at the first file, feeding the line name and path to Excel reader to allow further processing.

This workflow do not work anymore and is now providing the error described above.

when used in the non variable mode, the xls reader is of course able to read the file.
any tip or help is welcome.

thx.
BJFR

From the error my first guess would be an xls with a link in it. Could you share the xls with the problem?