Hello I have made an Excel export with apache POI. This Excel sheet is protected and you can only change one column. I am wondering if there is a solution of the following problem:
I want the user to be able to delete the not needed rows in the excel. Is it somehow possible to mark the protected/read only rows as 'deletable'? So the user can delete the rows in the exported Excel sheet?
Any hint would help me even the hint, that it isn't possible to do the trick would be very helpful.
Thanks in advance!