Sail E0 Webinar
Question
What are the steps to create a cell in a spreadsheet in Apache POI?
Options:
A .  //create new workbook
B .  XSSFWorkbook workbook = new XSSFWorkbook();
C .  //create spread sheet with a name
D .  XSSFSheet spreadsheet = workbook.createSheet("new sheet");
E .  All the above
Answer: Option E





Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers