1
0
-1

Hi. I am trying to do a plugin for user to upload and server to read excel sheets. I found that most of the guide is using java-servlet 3.0.1 and above to do it but when I tried to add the 3.0.1 dependency in my plugin. The plugin doesn't work correctly. How should I read the excel in this case ya?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, what do you mean by "the plugin doesn't work correctly"? What are the specific errors that you are facing? There is not enough information to help here, perhaps you can refer to some of the example plugins in Plugin Tutorial Examples.

      1. Jun Feng Lim

        My scenario is I added java-servlet 3.0.1 in the pom.xml file of my plugin. I able to compile the plugin without any errors. However, the plugin didn't show up when I import the plugin into Joget. Log file also didn't show any errors regarding the plugin that I had imported. That is why I curious about why the plugin didn't show?

      CommentAdd your comment...