Liste vor Ausgabe ins Excel nach COl A (ETA) sortieren
This commit is contained in:
parent
78a72caffc
commit
8285519e3f
@ -15,6 +15,8 @@ namespace ENI2.Excel
|
|||||||
{
|
{
|
||||||
public static void WriteMaerskList(string filename, List<MaerskData> data)
|
public static void WriteMaerskList(string filename, List<MaerskData> data)
|
||||||
{
|
{
|
||||||
|
data.Sort();
|
||||||
|
|
||||||
Application excelApp = new Application();
|
Application excelApp = new Application();
|
||||||
excelApp.DisplayAlerts = false;
|
excelApp.DisplayAlerts = false;
|
||||||
excelApp.Visible = false;
|
excelApp.Visible = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user