clean up
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<OutputType>Exe</OutputType>
|
||||
<Authors>Olive Wong</Authors>
|
||||
<RepositoryUrl>https://github.com/htw128/ExcelTool</RepositoryUrl>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="NPOI" Version="2.7.6" />
|
||||
|
||||
@@ -664,7 +664,7 @@ namespace ExcelTool.Parser
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
ConsoleHelper.WriteErrorLine(ex.ToString());
|
||||
ex.ToString().WriteErrorLine();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user