Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
RMotta2408
Creator II
Creator II

tFileExcelWorkbookOpen - error

Hello everyone,

I'm trying to create a Job using this component (tFileExcelWorkbookOpen).
It's a fairly simple Job:

RMotta2408_2-1725882982924.png

 


But I'm getting the following error:

RMotta2408_0-1725882896899.png

And this is the infamous line 456:

RMotta2408_4-1725883413061.png

 

What is the solution to this problem? Can anyone please help me?

I really appreciate any help you can provide.


Rui

 



 

Labels (2)
4 Replies
RMotta2408
Creator II
Creator II
Author

No one???? 

RMotta2408
Creator II
Creator II
Author

Hi,

I was able to solve this issue by downloading the components from this link:
https://github.com/jlolling/talendcomp_tFileExcel/releases

The problem has disappeared.

What remains now is a message that states that the component is unable to read XLSB files. I thought this component would be able to read this type of file, but I must be wrong.

Does anyone know how I can read a XLSB file in Talend?

Thank you,
Rui

 

Xiaodi_Shi
Employee
Employee

Hello,

Apache POI just supports reading xlsb. And only in event mode. Even in the latest version
https://poi.apache.org/apidocs/dev/org/apache/poi/xssf/binary/package-summary.html

As POI doesn't have good support for XLSB unfortunately we won't be able to improve on this and current tFileInputExcel component is not able to read .xlsb files, I'm afraid that you may have to convert the files to .xlsx file manually and then read it in talend tFileInputExcel component.

Best regards

Sabrina

 

RMotta2408
Creator II
Creator II
Author

Hello Sabrina,

 

Thank you for your input. I appreciate it.

 

Rui