Skip to content

Commit

Permalink
0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shps951023 committed Apr 26, 2021
1 parent d31308f commit ae4e40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Binary file added samples/xlsx/TestIssue208.xlsx
Binary file not shown.
7 changes: 2 additions & 5 deletions src/MiniExcel/MiniExcelLibs.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;net5.0</TargetFrameworks>
<Version>0.13.3</Version>
<Version>0.13.4</Version>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>MiniExcel</AssemblyName>
<Title>MiniExcel</Title>
<Product>MiniExcel</Product>
<PackageTags>excel;xlsx;micro-helper;mini;openxml;helper;</PackageTags>
<Description>A high performance and easy Excel(xlsx,csv) Micro-Helper that avoids OOM and without third-party dependencies to create or dynamic/type POCO mapping query etc..
* Support excel template report generation with which you can easily export any data from your .NET classes to Excel.
<Description>A high performance and easy Excel(xlsx,csv) Micro-Helper that avoids OOM and without third-party dependencies to create/query/template-fill-data.

Github : https://github.com/shps951023/MiniExcel
Gitee : https://gitee.com/dotnetchina/MiniExcel
Issues : https://github.com/shps951023/MiniExcel/issues
Todo : https://github.com/shps951023/MiniExcel/projects/1?fullscreen=true
Facebook : https://www.facebook.com/miniexcel
QQ : 813100564
</Description>
<Authors>ITWeiHan</Authors>
<Copyright>©2021 WeiHan Lin</Copyright>
Expand Down

0 comments on commit ae4e40c

Please sign in to comment.