File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313## Chatting
1414Please use [ Gitter] ( https://gitter.im/MathNya/umya-spreadsheet ) for brief chats.
1515
16- ## New feature
16+ ## New features
1717### ver 1.1.0
18- #### ** Table support availabled .** (Thank you, [ vonkruel] ( https://github.com/vonkruel ) .)
19- #### ** Sheet Protection support availabled .**
18+ #### ** Table support made available .** (Thank you, [ vonkruel] ( https://github.com/vonkruel ) .)
19+ #### ** Sheet Protection support made available .**
2020``` rust
2121sheet
2222 . get_sheet_protection_mut ()
2323 . set_password (" password" )
2424 . set_sheet (true );
2525```
2626
27- #### ** Workbook Protection support availabled .**
27+ #### ** Workbook Protection support made available .**
2828``` rust
2929book . get_workbook_protection_mut ()
3030 . set_workbook_password (" password" );
3131```
3232
33- #### ** HTML to Richtext support availabled .**
33+ #### ** HTML to Richtext support made available .**
3434``` rust
3535let html = r ## " <font color="red">test</font><br><font class="test" color="#48D1CC">TE<b>S</b>T<br/>TEST</font>" ## ;
3636let richtext = umya_spreadsheet :: helper :: html :: html_to_richtext (html ). unwrap ();
You can’t perform that action at this time.
0 commit comments