1 Answer

0 votes
by

Test data can efficiently be read from excel using JXL or POI API. POI API has many advantages than JXL.

Click here to see a practical example of using Apache POI.

...