Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Below line of code has been written in thingworx java extension in eclipse
InputStream in = TestExcel_TS.class.getResourceAsStream("/TestExcel.xlsx");
where can I find TestExcel.xlsx in Thinghworx server.
Please help me over here.
Solved! Go to Solution.
In Windows and installed with Thingworx Installer,
give the absolute path of /TestExcel.xlsx
Ex. C:\Text.xlsx
Okay.
The file TestExcel.xlsx has been placed somwhere in the thingworx server.how to check where it is placed in Thingworx?
Check out in following folders...
Where
Please help me over here.
In Windows and installed with Thingworx Installer,
Thank you.
If I have to make changes in TestExcel.xlsx file for example: IfI want to add some text at line number 1,is it mandatory to change at both the places?