Skip to main content
14-Alexandrite
December 5, 2023
Solved

Export image in excel

  • December 5, 2023
  • 1 reply
  • 1340 views

Hi all,

 

We store images uploaded by the user in a stream. I want to export the stream with images to excel and show the same in excel. 

 

Please let me know if any method is there to do the same. Thanks in Advance.

 

Yedukrishnan

Best answer by VladimirN

Article - "In ThingWorx, Is it possible to export/import Excel file with extension .xlsx": https://www.ptc.com/en/support/article/CS356165

1 reply

VladimirN24-Ruby IIIAnswer
24-Ruby III
December 6, 2023

Article - "In ThingWorx, Is it possible to export/import Excel file with extension .xlsx": https://www.ptc.com/en/support/article/CS356165

14-Alexandrite
December 7, 2023

Hi @VladimirN ,

 

Thank you for your response. 

In this case, I need to download the image stored in the stream to CSV file. Please let me know if it is possible in Thingworx.

 

With regards

Yedukrishnan

Rocko
19-Tanzanite
December 12, 2023

Most probably you will have to write your own extension using Apache POI to create an XLSX with images.

With that being said, I'm not sure you would want to store images in a stream. That is what the File Repository is for. At least I would do some scaling tests to check robustness and scalability of that approach.