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