Skip to content

Commit bbae289

Browse files
author
helin
committed
flow npoi versions
1 parent e45ec70 commit bbae289

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

IThink.ExcelHelper/IThink.ExcelHelper.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -23,7 +23,7 @@
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>

IThink.ExcelHelper/NExcelHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Drawing;
43
using System.IO;
54
using System.Linq;
65
using System.Reflection;
76
using NPOI.SS.UserModel;
87
using NPOI.XSSF.UserModel;
8+
using SixLabors.ImageSharp;
99

1010
namespace H.Npoi.ExcelHelper
1111
{

0 commit comments

Comments
 (0)