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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Can I Process xlsb files in Talend?

Hi,
.xlsb files which open in microsoft excel by default having data in rows and columns cells.
Can you please tell me some way in processing those files.
FileExcel under the metadata only allows me to choose the files with extension .xls and .xlsx
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

The Excel components in Talend (and mostly in Talend Exchange) are based on Apache POI. This project has not been planned to support this format. The only advantage of this format is less file size but it is not documented well enough by Microsoft. You should consider converting them to the XML based format xlsx (or xlsm in case of macros).

View solution in original post

7 Replies
_AnonymousUser
Specialist III
Specialist III

Hi
even i have the same problem can anyone plzzz help
Anonymous
Not applicable
Author

Hi
Sorry. There isn't any component to deal with xlsb files.
You can create issue at BugTracker for this new feature.
Regards,
Pedro
Anonymous
Not applicable
Author

Sorry to revive this thread, but my search on this topic gave me no answers.
Has the status about input of xlsb changed?
Thanks for any answers.
Anonymous
Not applicable
Author

Am also interested in this - i tried a simple copy and rename to .xlsx but that makes the file unstable... any ideas welcome.
Thanks
Anonymous
Not applicable
Author

The Excel components in Talend (and mostly in Talend Exchange) are based on Apache POI. This project has not been planned to support this format. The only advantage of this format is less file size but it is not documented well enough by Microsoft. You should consider converting them to the XML based format xlsx (or xlsm in case of macros).
Anonymous
Not applicable
Author

Thanks jlolling - unfortunately I don't have control over the source file as it's also used by others. i think by best option is to find a command line converter that I can call with Talend and then proceed from there.
Anonymous
Not applicable
Author

Hi,
.xlsb files which open in microsoft excel by default having data in rows and columns cells.
Can you please tell me some way in processing those files.

FileExcel under the metadata only allows me to choose the files with extension .xls and .xlsx