Skip to content

Commit

Permalink
Merge pull request #102 from ADefWebserver/patch-1
Browse files Browse the repository at this point in the history
Update README.md to add Community Links
  • Loading branch information
anmcgrath authored Oct 13, 2024
2 parents a36ce3b + bb63d55 commit bab0ccf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,9 @@ var range = sheet.Range("A1:C5);
var range = sheet.Range(new ColumnRegion(0));
var range = sheet.Range(0, 0, 4, 5);
```

### Community Links

* [Using a Blazor Excel Datasheet To Update A Database](https://blazordata.net/ViewBlogPost/1)
* [Using OpenAI to Update A Blazor Excel Worksheet](https://blazorhelpwebsite.com/ViewBlogPost/18069)
* [Microsoft Fabric and the Blazor Data Sheet](https://blazordata.net/ViewBlogPost/4)

0 comments on commit bab0ccf

Please sign in to comment.