Worksheet Password
James Paden avatar
Written by James Paden
Updated over a week ago

Set the password attribute on a table element to password protect the worksheet produced by the table with the given password. By default this means that all cells in the worksheet will be read-only, unless the password is entered. You can control what cells will be read-only using the -xls-locked style.

<table password="yourpassword"></table>
Did this answer your question?