Hi guy,
I used POI hssf to build my excel program, I want some cells of one row are
ready only and this whole row are deleteable if the user want, I sent some
cells are cell.setLocked(true) and the sheet are
_sheet.protectSheet("password"); but it does not work, when I delete the row I
get an error message saying that you can't delete the row since there are
locked cells on that row.
Is everybody can help on this? Is is possible use POI archieve this?
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]