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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Thingworx extension -java

Test_user
9-Granite

Thingworx extension -java

How to remove unwanted String that is displaying in excel file which is developed using java(Eclipse Plugin for ThingWorx Extension Development

 

I am getting unwanted string at specific line number as   for example : ??????????

I am not passing this string "??????????" anywhere in the code.

 

InputStream in=TestThingShape.class.getResourceAsStream("demo.xlsx");

 

I am not sure about where demo.xlsx is placed in the Thingworx server.Please help me over here.

 

 

 

 

 

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

check out in following path, if it is windows..

 

C:\Program Files (x86)\ThingWorxFoundation\tomcat\apache-tomcat-9.0.62\demo.xslx

 

Also refer following post..

https://community.ptc.com/t5/ThingWorx-Developers/Thingworx-java-extension/m-p/857179#M61298

 

View solution in original post

3 REPLIES 3

is that possible to have that extension here?

Okay.

 

InputStream in=TestThingShape.class.getResourceAsStream("demo.xlsx");

 

I am passing demo.xlsx .I am not sure about the location of demo.xlsx. I am thinking it might be placed somewhere in the  default folder?

What will be the default folder .Please help me over here.

check out in following path, if it is windows..

 

C:\Program Files (x86)\ThingWorxFoundation\tomcat\apache-tomcat-9.0.62\demo.xslx

 

Also refer following post..

https://community.ptc.com/t5/ThingWorx-Developers/Thingworx-java-extension/m-p/857179#M61298

 

Top Tags