Hello, Welcome to Selenium tutorial, in this post, we will see how to Read and Write excel files in Selenium Selenium support only Web browser automation so for Read and Write excel files in Selenium we have to take help of third party API like JExcel and Apache POI Apache POI is an API, which is freeware and written in Java and gives so much flexibility to read/write … [Read more...] about How to Read and Write excel files in Selenium using Apache POI
Read External files
Read excel file in selenium using JExcel
Read excel file in selenium Hello Welcome in this post we will see how to Read excel file in selenium using Jexcel. As we, all know Selenium support only browser automation, so for reading and writing with Excel files we have to user third party API like JExcel and Apache POI. JExcel- JExcel is free API to work with Excel files; it comes with predefined method, classes … [Read more...] about Read excel file in selenium using JExcel