Guest User

Untitled

a guest
Jun 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. sheet.getRow(1).getCell(index).setCellValue("my_default_value");
  2.  
  3. Cell cell = row.createCell(2);
  4. cell.setCellValue("SELECT");
  5.  
  6. //2 is the 2nd cell in my case
Add Comment
Please, Sign In to add comment