Weilence.MiniExcel by LIN,WEI-HAN

<PackageReference Include="Weilence.MiniExcel" Version="1.23.2.3" />

 Weilence.MiniExcel 1.23.2.3

Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet 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

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Weilence.MiniExcel</id>
    <version>1.23.2.3</version>
    <title>MiniExcel</title>
    <authors>LIN,WEI-HAN</authors>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://github.com/Weilence/MiniExcel</projectUrl>
    <description>Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet

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</description>
    <releaseNotes>Support strict open xml</releaseNotes>
    <copyright>LIN,WEI-HAN, 2021 onwards</copyright>
    <tags>excel xlsx csv micro-helper mini openxml helper</tags>
    <repository type="Github" url="https://github.com/Weilence/MiniExcel" />
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="ExcelNumberFormat" version="1.1.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net5.0">
        <dependency id="ExcelNumberFormat" version="1.1.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="ExcelNumberFormat" version="1.1.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.IO.Compression" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>