From 448af8ecd7bf9db070e090c4b434da693ba0ae89 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Sat, 1 Apr 2023 15:58:42 +0300 Subject: Move Excel extensions to own project --- RhSolutions.Tests/ExcelTablesTests.cs | 2 +- RhSolutions.Tests/Usings.cs | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'RhSolutions.Tests') diff --git a/RhSolutions.Tests/ExcelTablesTests.cs b/RhSolutions.Tests/ExcelTablesTests.cs index 3ce71bc..78264ac 100644 --- a/RhSolutions.Tests/ExcelTablesTests.cs +++ b/RhSolutions.Tests/ExcelTablesTests.cs @@ -3,7 +3,7 @@ [ExcelTestSettings(OutOfProcess = true, Workbook = @"TestWorkbooks\ExcelTableTest.xlsx")] public class ExcelTablesTests : IDisposable { - ExcelTable.ExcelTable table; + ExcelExtensions.Table table; public ExcelTablesTests() { diff --git a/RhSolutions.Tests/Usings.cs b/RhSolutions.Tests/Usings.cs index 4b95659..bf19a29 100644 --- a/RhSolutions.Tests/Usings.cs +++ b/RhSolutions.Tests/Usings.cs @@ -1,5 +1,4 @@ -global using Xunit; +global using ExcelDna.Testing; global using Microsoft.Office.Interop.Excel; -global using ExcelDna.Testing; -global using RhSolutions.ExcelTable; global using RhSolutions.Services; +global using Xunit; -- cgit v1.2.3