File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1313 <SignAssembly >false</SignAssembly >
1414 <Authors >helin</Authors >
15- <Version >2.6.2 </Version >
15+ <Version >2.7.0-rc1 </Version >
1616 <IncludeSymbols >True</IncludeSymbols >
1717 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1818 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
2323 </PropertyGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" NPOI" Version =" 2.6.2 " />
26+ <PackageReference Include =" NPOI" Version =" 2.7.0-rc1 " />
2727 </ItemGroup >
2828
2929 <ItemGroup >
Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
3- using System . Drawing ;
43using System . IO ;
54using System . Linq ;
65using System . Reflection ;
76using NPOI . SS . UserModel ;
87using NPOI . XSSF . UserModel ;
8+ using SixLabors . ImageSharp ;
99
1010namespace H . Npoi . ExcelHelper
1111{
You can’t perform that action at this time.
0 commit comments