Liste vor Ausgabe ins Excel nach COl A (ETA) sortieren

This commit is contained in:
Daniel Schick 2023-04-02 11:53:32 +02:00
parent 78a72caffc
commit 8285519e3f

View File

@ -15,6 +15,8 @@ namespace ENI2.Excel
{
public static void WriteMaerskList(string filename, List<MaerskData> data)
{
data.Sort();
Application excelApp = new Application();
excelApp.DisplayAlerts = false;
excelApp.Visible = false;