diff --git a/ENI2/DetailViewControls/OverViewDetailControl.xaml.cs b/ENI2/DetailViewControls/OverViewDetailControl.xaml.cs
index 96eb4f6e..7f3d6bf3 100644
--- a/ENI2/DetailViewControls/OverViewDetailControl.xaml.cs
+++ b/ENI2/DetailViewControls/OverViewDetailControl.xaml.cs
@@ -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;
diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj
index b2f080c7..8075cd0f 100644
--- a/ENI2/ENI2.csproj
+++ b/ENI2/ENI2.csproj
@@ -229,10 +229,10 @@
LocodeControl.xaml
-
-
-
-
+
+
+
+
POListControl.xaml
diff --git a/ENI2/Import/ExcelBase.cs b/ENI2/Excel/ExcelBase.cs
similarity index 99%
rename from ENI2/Import/ExcelBase.cs
rename to ENI2/Excel/ExcelBase.cs
index 587350bd..c2e3ca42 100644
--- a/ENI2/Import/ExcelBase.cs
+++ b/ENI2/Excel/ExcelBase.cs
@@ -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
{
diff --git a/ENI2/Import/ExcelManager.cs b/ENI2/Excel/ExcelManager.cs
similarity index 99%
rename from ENI2/Import/ExcelManager.cs
rename to ENI2/Excel/ExcelManager.cs
index e92edb15..740526df 100644
--- a/ENI2/Import/ExcelManager.cs
+++ b/ENI2/Excel/ExcelManager.cs
@@ -7,7 +7,7 @@ using System;
using System.Collections.Generic;
using System.IO;
-namespace ENI2.Import
+namespace ENI2.Export
{
public class ExcelManager
{
diff --git a/ENI2/Import/ExcelReader.cs b/ENI2/Excel/ExcelReader.cs
similarity index 99%
rename from ENI2/Import/ExcelReader.cs
rename to ENI2/Excel/ExcelReader.cs
index b8062dc1..8a50c75a 100644
--- a/ENI2/Import/ExcelReader.cs
+++ b/ENI2/Excel/ExcelReader.cs
@@ -19,7 +19,7 @@ using System.Runtime.InteropServices;
using ENI2.Locode;
using bsmd.database;
-namespace ENI2.Import
+namespace ENI2.Export
{
internal class ExcelReader : ExcelBase
{
diff --git a/ENI2/Import/ExcelUtil.cs b/ENI2/Excel/ExcelUtil.cs
similarity index 99%
rename from ENI2/Import/ExcelUtil.cs
rename to ENI2/Excel/ExcelUtil.cs
index ac97a644..ca37be17 100644
--- a/ENI2/Import/ExcelUtil.cs
+++ b/ENI2/Excel/ExcelUtil.cs
@@ -15,7 +15,7 @@ using log4net;
using bsmd.database;
using ENI2.Locode;
-namespace ENI2.Import
+namespace ENI2.Export
{
public static class ExcelUtil
{
diff --git a/misc/Reference_Sheet_DE.xlsx b/misc/Reference_Sheet_DE.xlsx
new file mode 100644
index 00000000..c5478b76
Binary files /dev/null and b/misc/Reference_Sheet_DE.xlsx differ