Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Oct 31, 2023
1 parent d577bc8 commit b8d58da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ You can use any style supported by `fast-excel-writer`, of which the most common

More information (though unfortunately limited) is available in the [docs of FastExcelWriter](https://github.com/aVadim483/fast-excel-writer/blob/master/docs/04-styles.md).

## Adding comments to cells

Example:
```html
<table>
<tr >
<td _excel-comment="This is a comment.">
Cell value
</td>
</tr>
</table>
```

## History

Expand Down

0 comments on commit b8d58da

Please sign in to comment.