CSE MCQs :: Apache POI
- Which of the following is correct about XSSFWorkbook class in Apache POI?
- Which of the following is a valid way to compute max in a formula cell?
- What are the steps to create a cell in a spreadsheet in Apache POI?
- What are the features of the Apache POI?
- What are the jar files minimum to run the sample code?
- Which of the following is correct about XSSFPrintSetup class in Apache POI?
- Which of the following type of cell represents number cell in Apache POI?
- What are the advantages of Apache POI?
A.
JExcel doesn't support xlsx format whereas POI supports both xls and xlsx formats
|
B.
Apache POI provides stream-based processing, that is suitable for large files and requires less memory
|
C.
Apache POI provides excellent support for working with Microsoft Excel documents and it's able to handle both XLS and XLSX formats of spreadsheets
|
D.
All of the above
|