Skip to content

Commit c0fe34b

Browse files
author
DESKTOP-U434MT0\hiro
committed
2 parents 8010fa4 + 6f2b1ab commit c0fe34b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
## Chatting
1414
Please 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
2121
sheet
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
2929
book.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
3535
let html = r##"<font color="red">test</font><br><font class="test" color="#48D1CC">TE<b>S</b>T<br/>TEST</font>"##;
3636
let richtext = umya_spreadsheet::helper::html::html_to_richtext(html).unwrap();

0 commit comments

Comments
 (0)