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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

How to write an Excel Parser extension that reads data from excel file into Thingworx.

biswa
10-Marble

How to write an Excel Parser extension that reads data from excel file into Thingworx.

Hi All,

 

I need to import an excel file into thingworx. Can anyone please help me in writing a code in eclipse to read an excel file just like the CSVParser extension does for csv. I have already installed all the required extensions and plugins in Eclipse.

 

Thanks and Regards,

Biswa

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @biswa ,

 

You can follow below link to read/write excel file in JAVA

https://www.mkyong.com/java/apache-poi-reading-and-writing-excel-file-in-java/

 

For Thingworx extension, you need to import POI JAR file into your project.

 

Regards,

VR

View solution in original post

2 REPLIES 2

Hi @biswa ,

 

You can follow below link to read/write excel file in JAVA

https://www.mkyong.com/java/apache-poi-reading-and-writing-excel-file-in-java/

 

For Thingworx extension, you need to import POI JAR file into your project.

 

Regards,

VR

Thanks for your answer.

It helped me a lot.

run 3

Top Tags