Guest User

Untitled

a guest
Jul 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. try {
  2.  
  3. InputStream excelFile = new FileInputStream(excel);
  4. XSSFWorkbook workbook =new XSSFWorkbook(excelFile);
  5. if(excelFile!=null){
  6. excelFile.close();
  7. }
  8.  
  9. } catch (Exception e) {
  10. e.printStackTrace();
  11. }
Add Comment
Please, Sign In to add comment