Skip to content

Commit

Permalink
Update REAME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iAJTin committed Dec 28, 2023
1 parent fa92411 commit 171994f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ I hope it helps someone. :smirk:

| Library | Version | Description |
|:---|:---|:---|
| [![nuget package](../iXlsxWriter/assets/nuget_24x24.png)](https://www.nuget.org/packages/iXlsxWriter) [iXlsxWriter](https://github.com/iAJTin/iXlsxWriter) | 1.0.1 | **iXlsxWriter** is a lightweight implementation that allows creates a **xlsx** document totally or partially. **Currently only works on Windows** |
| [iXlsxWriter](https://github.com/iAJTin/iXlsxWriter/tree/master/iXlsxWriter) | 1.0.1 | **iXlsxWriter** is a lightweight implementation that allows creates a **xlsx** document totally or partially. **Currently only works on Windows** |


### Extensions.

| Extension | Version | Description |
|:---|:---|:---|
| [![nuget package](../iXlsxWriter/assets/nuget_24x24.png)](https://www.nuget.org/packages/iXlsxWriter.AspNet) [iXlsxWriter.AspNet](https://github.com/iAJTin/iXlsxWriter.AspNet) | 1.0.0 | Extends **iXlsxWriter** to work in *AspNet* (FullFramework) projects, contains extension methods to download **XlsxInput** instances as well as **OutputResult**, facilitating its use in this environment |
| [![nuget package](../iXlsxWriter/assets/nuget_24x24.png)](https://www.nuget.org/packages/iXlsxWriter.AspNetCore) [iXlsxWriter.AspNetCore](https://github.com/iAJTin/iXlsxWriter.AspNetCore) | 1.0.0 | Extends **iXlsxWriter** to work in *AspNetCore* projects, contains extension methods to download **XlsxInput** instances as well as **OutputResult**, facilitating its use in this environment |
| [![nuget package](../iXlsxWriter/assets/nuget_24x24.png)](https://www.nuget.org/packages/iXlsxWriter.Mail) [iXlsxWriter.Mail](https://github.com/iAJTin/iXlsxWriter.Mail) | 1.0.0 | Extends **iXlsxWriter**, contains extension methods to download **XlsxInput** instances as well as **OutputResult** |
| [iXlsxWriter.AspNet](https://github.com/iAJTin/iXlsxWriter.AspNet) | 1.0.0 | Extends **iXlsxWriter** to work in *AspNet* (FullFramework) projects, contains extension methods to download **XlsxInput** instances as well as **OutputResult**, facilitating its use in this environment |
| [iXlsxWriter.AspNetCore](https://www.nuget.org/packages/iXlsxWriter.AspNetCore) | 1.0.0 | Extends **iXlsxWriter** to work in *AspNetCore* projects, contains extension methods to download **XlsxInput** instances as well as **OutputResult**, facilitating its use in this environment |
| [iXlsxWriter.Mail](https://www.nuget.org/packages/iXlsxWriter.Mail) | 1.0.0 | Extends **iXlsxWriter**, contains extension methods to download **XlsxInput** instances as well as **OutputResult** |
6 changes: 3 additions & 3 deletions iXlsxWriter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Below is a list of extensions available to use with **XlsxInput**.

| Library | Version | Description |
|:--------|:--------|:------------|
| [![nuget package](./assets/nuget_24x24.png)](https://www.nuget.org/packages/iXlsxWriter.AspNet) [iXlsxWriter.AspNet](https://github.com/iAJTin/iXlsxWriter.AspNet) | 1.0.0 | Extends **iXlsxWriter** to work in *AspNet* (FullFramework) projects, contains extension methods to download **XlsxInput** instances as well as **OutputResult**, facilitating its use in this environment |
| [![nuget package](./assets/nuget_24x24.png)](https://www.nuget.org/packages/iXlsxWriter.AspNetCore) [iXlsxWriter.AspNetCore](https://github.com/iAJTin/iXlsxWriter.AspNetCore) | 1.0.0 | Extends **iXlsxWriter** to work in *AspNetCore* projects, contains extension methods to download **XlsxInput** instances as well as **OutputResult**, facilitating its use in this environment |
| [![nuget package](./assets/nuget_24x24.png)](https://www.nuget.org/packages/iXlsxWriter.Mail) [iXlsxWriter.Mail](https://github.com/iAJTin/iXlsxWriter.Mail) | 1.0.0 | Extends **iXlsxWriter**, contains extension methods to download **XlsxInput** instances as well as **OutputResult** |
| [![nuget package](https://github.com/iAJTin/iXlsxWriter/blob/master/iXlsxWriter/assets/nuget_24x24.png)](https://www.nuget.org/packages/iXlsxWriter.AspNet) [iXlsxWriter.AspNet](https://github.com/iAJTin/iXlsxWriter.AspNet) | 1.0.0 | Extends **iXlsxWriter** to work in *AspNet* (FullFramework) projects, contains extension methods to download **XlsxInput** instances as well as **OutputResult**, facilitating its use in this environment |
| [![nuget package](https://github.com/iAJTin/iXlsxWriter/blob/master/iXlsxWriter/assets/nuget_24x24.png)](https://www.nuget.org/packages/iXlsxWriter.AspNetCore) [iXlsxWriter.AspNetCore](https://github.com/iAJTin/iXlsxWriter.AspNetCore) | 1.0.0 | Extends **iXlsxWriter** to work in *AspNetCore* projects, contains extension methods to download **XlsxInput** instances as well as **OutputResult**, facilitating its use in this environment |
| [![nuget package](https://github.com/iAJTin/iXlsxWriter/blob/master/iXlsxWriter/assets/nuget_24x24.png)](https://www.nuget.org/packages/iXlsxWriter.Mail) [iXlsxWriter.Mail](https://github.com/iAJTin/iXlsxWriter.Mail) | 1.0.0 | Extends **iXlsxWriter**, contains extension methods to download **XlsxInput** instances as well as **OutputResult** |

# Usage

Expand Down

0 comments on commit 171994f

Please sign in to comment.