I have 1000+ excel files. This files contains text, images that are links. I have to combine them.
I try but the images and links are lost.
It is possible to read excel files which contains images and links.
I have quickly tried it on your Excel file, however there didn’t seem to be images in there?
Regarding the hyperlinks, seems that for this amount working with VBA would be the way to go and that is not something that can be easily implemented with KNIME: Excecute Excel Macro
So I am afraid the answer to your question is no, it’s not possible to read Excel files containing images and links in KNIME, sorry!
To have the results in an organised way they are in a sub-folder and carry the file name, the sheet and their cell the name. A list is also being provided.
As I can see all proposed solutions extract the images from excel but I don’t want that. I have to combine multiple excel into one excel file with the images in the original position.
I will check the proposed solutions and try to modify them.
@andrejz you can further try and use OpenPyxl to manipulate excel files (copy paste). Maybe best you provide an example that would represent your challenge.