Skip to content

Commit 80c2a0f

Browse files
authored
feat(TableExport): bump MiniExcel version to 1.41.0 (#5870)
* refactor: 精简命名空间 * chore: bump version 9.2.4
1 parent 7567909 commit 80c2a0f

23 files changed

+1
-38
lines changed

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<PackageReference Include="BootstrapBlazor.Splitting" Version="9.0.2" />
6464
<PackageReference Include="BootstrapBlazor.SvgEditor" Version="9.0.3" />
6565
<PackageReference Include="BootstrapBlazor.SummerNote" Version="9.0.3" />
66-
<PackageReference Include="BootstrapBlazor.TableExport" Version="9.2.3" />
66+
<PackageReference Include="BootstrapBlazor.TableExport" Version="9.2.4" />
6767
<PackageReference Include="BootstrapBlazor.Topology" Version="9.0.0" />
6868
<PackageReference Include="BootstrapBlazor.UniverIcon" Version="9.0.1" />
6969
<PackageReference Include="BootstrapBlazor.UniverSheet" Version="9.0.3" />

src/BootstrapBlazor.Server/Components/Components/CustomWinBoxContent.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using Microsoft.Extensions.Options;
7-
86
namespace BootstrapBlazor.Server.Components.Components;
97

108
/// <summary>

src/BootstrapBlazor.Server/Components/Layout/HomeLayout.razor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using Microsoft.Extensions.Options;
76
using System.Globalization;
87

98
namespace BootstrapBlazor.Server.Components.Layout;

src/BootstrapBlazor.Server/Components/Samples/Avatars.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using Microsoft.Extensions.Options;
7-
86
namespace BootstrapBlazor.Server.Components.Samples;
97

108
/// <summary>

src/BootstrapBlazor.Server/Components/Samples/IntersectionObservers.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using Microsoft.Extensions.Options;
7-
86
namespace BootstrapBlazor.Server.Components.Samples;
97

108
/// <summary>

src/BootstrapBlazor.Server/Components/Samples/ListViews.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using Microsoft.Extensions.Options;
7-
86
namespace BootstrapBlazor.Server.Components.Samples;
97

108
/// <summary>

src/BootstrapBlazor.Server/Components/Samples/Notifications.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using Microsoft.Extensions.Options;
7-
86
namespace BootstrapBlazor.Server.Components.Samples;
97

108
/// <summary>

src/BootstrapBlazor.Server/Components/Samples/SelectObjects.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using Microsoft.Extensions.Options;
7-
86
namespace BootstrapBlazor.Server.Components.Samples;
97

108
/// <summary>

src/BootstrapBlazor.Server/Components/Samples/Uploads.razor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

66
using Microsoft.AspNetCore.Components.Forms;
7-
using Microsoft.Extensions.Options;
87

98
namespace BootstrapBlazor.Server.Components.Samples;
109

src/BootstrapBlazor.Server/Extensions/ICacheEntryExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

66
using Microsoft.Extensions.Caching.Memory;
7-
using System.Reflection;
87

98
namespace BootstrapBlazor.Server.Extensions;
109

0 commit comments

Comments
 (0)