Discussion Forum : Apache Poi
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 Your Solution hear:

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