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: 
Anonymous
Not applicable

How to read xls file format and inside a content is html format.

Hi,
    Iam currently facing a problem while reading data from .xls(Excel) file. The actual problem is, I am getting the .xls source from downloading from a report and it is saving the file in .xls format but the document content are in HTML format, once I open and Save as the same file without changing it in the same format, do change nothing. Am able to read the same file, I want to read the file without resaving it at the first time, how do I read the .xls file having HTML content from Talend tool, Thanks in advance, please help me to out from this.

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi
You can take a look at the tHttpTableInput component and try it, this Component extracts HTML-Tables from a given URL. I am not sure if it could fit you need.
It is a custom component shared by community user on Talend Exchange.
https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...

Regards
Shong