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
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).
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).
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.
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