Question
extension
Below line of code has been written in thingworx java extension in eclipse
InputStream in=TestThingShape.class.getResourceAsStream("test.xlsx");
Where does the file test.xlsx is present in Thingworx server?
Please help me over here.

