cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Export image in excel

Yedukrishnan
13-Aquamarine

Export image in excel

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

3 REPLIES 3

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

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

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.

Top Tags