I have a use case where use should be able to adjust the column width in a protected Excel sheet generated using apache poi. I tried lockFormatColumns but it did not worked. Is it possible to allow column resize even if the sheet is protected ? I also tried out the answer given in apache-poi-lock-the-cell-but-allow-column-resize but did not worked as expected.
PS: The above actually worked, the issue was I'm using linux and using Libre office, some how it did not work for Libre office but worked fine in Microsoft Office.