功能完善

This commit is contained in:
路 范
2022-03-31 09:07:38 +08:00
parent 8a57806a29
commit dd71325ea8
17 changed files with 1644 additions and 11 deletions

View File

@@ -78,4 +78,28 @@
<Folder Include="wwwroot\Upload\Default\" />
</ItemGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>bin\Debug\net5.0\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="NPOI">
<HintPath>bin\Debug\net5.0\NPOI.dll</HintPath>
</Reference>
<Reference Include="NPOI.OOXML">
<HintPath>bin\Debug\net5.0\NPOI.OOXML.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXml4Net">
<HintPath>bin\Debug\net5.0\NPOI.OpenXml4Net.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXmlFormats">
<HintPath>bin\Debug\net5.0\NPOI.OpenXmlFormats.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\ExcelTemplate\2021年度甬江杯投票.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>