Import nach Excel umbenannt, altes dt. Ref.-Sheet hinzugefügt
This commit is contained in:
parent
66897668cc
commit
d23833414a
@ -11,7 +11,7 @@ using System.Timers;
|
|||||||
|
|
||||||
using bsmd.database;
|
using bsmd.database;
|
||||||
using ENI2.EditControls;
|
using ENI2.EditControls;
|
||||||
using ENI2.Import;
|
using ENI2.Export;
|
||||||
using ENI2.Report;
|
using ENI2.Report;
|
||||||
|
|
||||||
using System.Windows.Media.Imaging;
|
using System.Windows.Media.Imaging;
|
||||||
|
|||||||
@ -229,10 +229,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="Excel\ExcelBase.cs" />
|
||||||
<Compile Include="Import\ExcelManager.cs" />
|
<Compile Include="Excel\ExcelManager.cs" />
|
||||||
<Compile Include="Import\ExcelReader.cs" />
|
<Compile Include="Excel\ExcelReader.cs" />
|
||||||
<Compile Include="Import\ExcelUtil.cs" />
|
<Compile Include="Excel\ExcelUtil.cs" />
|
||||||
<Compile Include="Controls\POListControl.xaml.cs">
|
<Compile Include="Controls\POListControl.xaml.cs">
|
||||||
<DependentUpon>POListControl.xaml</DependentUpon>
|
<DependentUpon>POListControl.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
|||||||
@ -7,7 +7,7 @@ using Microsoft.Office.Interop.Excel;
|
|||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using log4net;
|
using log4net;
|
||||||
|
|
||||||
namespace ENI2.Import
|
namespace ENI2.Export
|
||||||
{
|
{
|
||||||
internal class ExcelBase : IDisposable
|
internal class ExcelBase : IDisposable
|
||||||
{
|
{
|
||||||
@ -7,7 +7,7 @@ using System;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
namespace ENI2.Import
|
namespace ENI2.Export
|
||||||
{
|
{
|
||||||
public class ExcelManager
|
public class ExcelManager
|
||||||
{
|
{
|
||||||
@ -19,7 +19,7 @@ using System.Runtime.InteropServices;
|
|||||||
using ENI2.Locode;
|
using ENI2.Locode;
|
||||||
using bsmd.database;
|
using bsmd.database;
|
||||||
|
|
||||||
namespace ENI2.Import
|
namespace ENI2.Export
|
||||||
{
|
{
|
||||||
internal class ExcelReader : ExcelBase
|
internal class ExcelReader : ExcelBase
|
||||||
{
|
{
|
||||||
@ -15,7 +15,7 @@ using log4net;
|
|||||||
using bsmd.database;
|
using bsmd.database;
|
||||||
using ENI2.Locode;
|
using ENI2.Locode;
|
||||||
|
|
||||||
namespace ENI2.Import
|
namespace ENI2.Export
|
||||||
{
|
{
|
||||||
public static class ExcelUtil
|
public static class ExcelUtil
|
||||||
{
|
{
|
||||||
BIN
misc/Reference_Sheet_DE.xlsx
Normal file
BIN
misc/Reference_Sheet_DE.xlsx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user