Microservice.Library.OfficeDocuments by LCTR

<PackageReference Include="Microservice.Library.OfficeDocuments" Version="0.0.0.32-alpha-g8e67a3030f" />

 Microservice.Library.OfficeDocuments 0.0.0.32-alpha-g8e67a3030f

生成/读取Excel

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microservice.Library.OfficeDocuments</id>
    <version>0.0.0.32-alpha-g8e67a3030f</version>
    <authors>LCTR</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <projectUrl>https://github.com/Lc3586/Microservice.Library</projectUrl>
    <description>生成/读取Excel</description>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="CsvHelper" version="27.2.1" exclude="Build,Analyzers" />
        <dependency id="DotNetCore.NPOI" version="1.2.3" exclude="Build,Analyzers" />
        <dependency id="System.Text.Encodings.Web" version="6.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>