I am automating a webpage using selenium (Java). There is a scenario where on a click of a button an excel sheet gets opened up. I want to edit that opened excel sheet using Apache POI(Java).
I tried to search and got 2 hits but 1st solution is using C# and 2nd did not have any solution.