Reputation: 351
How can I make my worksheet read-only? I'm using jxl to read and write excel files (.xls). I've been googling this the whole day.
Upvotes: 0
Views: 1854
Reputation: 11543
Have you tried the getSettings from your sheet and then setProtected(true) on those settings?
Upvotes: 1