Skip to content

Commit

Permalink
Move CellReferenceParser to SS/Util
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Jul 31, 2023
1 parent 567c4d8 commit 11e5c05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;

namespace NPOI;
namespace NPOI.SS.Util;

internal static class CellReferenceParser
{
Expand Down
1 change: 1 addition & 0 deletions testcases/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<RunSettingsFilePath>$(MSBuildProjectDirectory)\..\..\test.runsettings</RunSettingsFilePath>
<LangVersion>latest</LangVersion>
</PropertyGroup>

</Project>
1 change: 1 addition & 0 deletions testcases/main/CellReferenceParserTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using NPOI;
using NPOI.SS.Util;
using NUnit.Framework;

namespace TestCases;
Expand Down

0 comments on commit 11e5c05

Please sign in to comment.