I have requirement of synchronize excel sheet with java.When excel sheet any of the cell changed ,the moment java method (Event listner) should fired.How to do this
Asked
Active
Viewed 47 times
0
-
1not with apache poi as you have no access to the file while its opened – XtremeBaumer Aug 07 '17 at 12:09
-
1Have Excel [POST the changes](https://stackoverflow.com/questions/19553476/how-to-make-rest-call-with-vba-in-excel) to the web app. – Andrew S Aug 07 '17 at 13:07