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.

