Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mustaddon committed Nov 6, 2021
1 parent 819e267 commit ea0f77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ArrayToExcel/ArrayToExcel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageId>ArrayToExcel</PackageId>
<Product>ArrayToExcel</Product>
<Title>ArrayToExcel</Title>
<Description>.NET Create Excel from Array</Description>
<Description>Create Excel from Array</Description>
<PackageTags>array excel xlsx array2excel arraytoexcel convert map mapping dotnet</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/mustaddon/ArrayToExcel</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ArrayToExcel [![NuGet version](https://badge.fury.io/nu/ArrayToExcel.svg)](http://badge.fury.io/nu/ArrayToExcel)
Create Excel from Array

### Example 1: Create excel with default settings
### Example 1: Create with default settings
```C#
using ArrayToExcel;

Expand Down

0 comments on commit ea0f77f

Please sign in to comment.