How to write an Excel Parser extension that reads data from excel file into Thingworx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
- Labels:
-
Extensions
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
