I have created a CellStyle using below code and applied the style to the cells in a sheet. However i see that the applied style is not working correctly. The defined style is for hiding the contents of the cell. However the cell contents are visible in the Excel file. Could you please help me or point me to an example on how to hide the cell contents?
CellStyle hidden = workbook.createCellStyle(); hidden.setHidden(true); -Shankar -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Hide-the-Cell-Contents-tp3356317p3356317.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
