I know that apache poi support write password protected excel file.I followed this tutorial (https://javacodepoint.com/how-to-create-password-protected-excel-in-java/)
But without a password, Can user still open it and view only Like [![enter image description here][1]][1]
It supports without password , user can still view it [1]: https://i.stack.imgur.com/J5e3m.png
Does poi support that feature ? Is there other library support that ? Thanks