Hi,
I usually put images on excel using the image to table node, some of my rows have no images, therefore there is a empty cell. When I’m trying to write the excel it gives me this error:
Execute failed: org.knime.core.data.MissingCell cannot be cast to org.knime.core.data.image.png.PNGImageValue
I guess is because the empty cell in the PNG image column, there is no ? sign. I found a work around by introducing a generated random image, but I will appreciate if you have a better solution to that.
Hello Elisabet_T,
thanks a lot for reporting the problem. This will be fixed with the next bug fix release (4.3.2) which will be published very soon
Bye
Tobias
Hi,
I updated Knime to 4.3.2, now the Excel Writer doesn’t report an error, but the rows containing a missing value for a PNG column are not saved in the excel file, even using the “replace missing values by” box configuration in the excel writer node.