Код: Выделить всё
File src = new File("T:\\SeleniuminputFiles\\input.xlsx");
FileInputStream fis = new FileInputStream(src);
XSSFWorkbook wb = new XSSFWorkbook(fis);
XSSFSheet sheet1 = wb.getSheetAt(0);
Ваша помощь будет высоко оценена.
Подробнее здесь: https://stackoverflow.com/questions/460 ... tstream-is