ExcelUtil work in progress (doesn't compile yet)

This commit is contained in:
Daniel Schick 2021-12-01 08:55:05 +01:00
parent 26dcd0edd2
commit a2289e303e
2 changed files with 265 additions and 573 deletions

View File

@ -214,6 +214,10 @@
<Compile Include="Controls\LocodeControl.xaml.cs"> <Compile Include="Controls\LocodeControl.xaml.cs">
<DependentUpon>LocodeControl.xaml</DependentUpon> <DependentUpon>LocodeControl.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Import\ExcelBase.cs" />
<Compile Include="Import\ExcelManager.cs" />
<Compile Include="Import\ExcelReader.cs" />
<Compile Include="Import\ExcelUtil.cs" />
<Compile Include="Controls\POListControl.xaml.cs"> <Compile Include="Controls\POListControl.xaml.cs">
<DependentUpon>POListControl.xaml</DependentUpon> <DependentUpon>POListControl.xaml</DependentUpon>
</Compile> </Compile>

File diff suppressed because it is too large Load Diff