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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to read XLSM files from Talen Open Studio- 7.1.1

Hi All,

 

How to read XLSM files from Talen Open Studio? Is there is stable and trustworthy new feature tool for read XLSM files from Talend Open Studio 7.1.1? Or do I need to use 3rd party tool to read XLSM file if then can you tell me what is the package tool and where I can downloaded it?

 

And I already checked blow link

https://community.talend.com/t5/Design-and-Development/How-to-read-xlsm-file-in-Talend-Studio-for-DI...

 

Labels (2)
1 Reply
akumar2301
Specialist II
Specialist II

you could convert your xlsm to xlsx using vba or java and then use it.

https://stackoverflow.com/questions/46295834/poi-saving-an-excel-file-as-xlsx-after-opening-it-from-...

methode to convert xlsm to xlsx using apache poi.

see if this can help.