Import nach Excel umbenannt, altes dt. Ref.-Sheet hinzugefügt

This commit is contained in:
Daniel Schick 2021-12-26 08:16:38 +01:00
parent 66897668cc
commit d23833414a
7 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@ using System.Timers;
using bsmd.database;
using ENI2.EditControls;
using ENI2.Import;
using ENI2.Export;
using ENI2.Report;
using System.Windows.Media.Imaging;

View File

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

View File

@ -7,7 +7,7 @@ using Microsoft.Office.Interop.Excel;
using System.Runtime.InteropServices;
using log4net;
namespace ENI2.Import
namespace ENI2.Export
{
internal class ExcelBase : IDisposable
{

View File

@ -7,7 +7,7 @@ using System;
using System.Collections.Generic;
using System.IO;
namespace ENI2.Import
namespace ENI2.Export
{
public class ExcelManager
{

View File

@ -19,7 +19,7 @@ using System.Runtime.InteropServices;
using ENI2.Locode;
using bsmd.database;
namespace ENI2.Import
namespace ENI2.Export
{
internal class ExcelReader : ExcelBase
{

View File

@ -15,7 +15,7 @@ using log4net;
using bsmd.database;
using ENI2.Locode;
namespace ENI2.Import
namespace ENI2.Export
{
public static class ExcelUtil
{

Binary file not shown.