Skip to content

feature/protect sheet#53

Merged
ochedru merged 5 commits intodhatim:masterfrom
gmulders:feature/protect-sheet
Jan 15, 2019
Merged

feature/protect sheet#53
ochedru merged 5 commits intodhatim:masterfrom
gmulders:feature/protect-sheet

Conversation

@gmulders
Copy link
Contributor

This feature makes it possible to protect sheets.


byte[] data = writeWorkbook(wb -> {
Worksheet ws = wb.newWorksheet("Worksheet 1");
ws.protect("HorriblePassword");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! I will update the PR.

@ochedru ochedru merged commit caa7339 into dhatim:master Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants