https://bz.apache.org/bugzilla/show_bug.cgi?id=62075

--- Comment #1 from Alain Fagot Bearez <alain.bea...@cua.li> ---
The tutorial author should have taken the time to check the code is effectively
compiling. This leaves serious doubts about the quality of the rest of the
tutorial... 


The following line 

    style.setBorderBottom(XSSFCellStyle.BORDER_THIN);

should have been 

    style.setBorderBottom(CellStyle.BORDER_THIN);

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to