Now it is time to look at automation code to manipulate XL sheets
1.     
Download the following jars:
2.     
Load the jar files into the project.
3.     
Import these:
a. import org.apache.poi.ss.usermodel.*;
b. import org.apache.poi.hssf.usermodel.*;
a. import org.apache.poi.ss.usermodel.*;
b. import org.apache.poi.hssf.usermodel.*;
4.     
Now time to try to write the code. Below is the list of
different methods used to manipulate data:
No comments:
Post a Comment