diff --git a/out/production/ImportExcel/com/tesr/Main.class b/out/production/ImportExcel/com/tesr/Main.class index 7b7f372..9282daa 100644 --- a/out/production/ImportExcel/com/tesr/Main.class +++ b/out/production/ImportExcel/com/tesr/Main.class Binary files differ diff --git a/out/production/ImportExcel/com/tesr/Main2.class b/out/production/ImportExcel/com/tesr/Main2.class deleted file mode 100644 index 094c7f1..0000000 --- a/out/production/ImportExcel/com/tesr/Main2.class +++ /dev/null Binary files differ diff --git a/out/production/ImportExcel/com/tesr/OldMain.class b/out/production/ImportExcel/com/tesr/OldMain.class new file mode 100644 index 0000000..3a624c7 --- /dev/null +++ b/out/production/ImportExcel/com/tesr/OldMain.class Binary files differ diff --git a/src/com/tesr/Main.java b/src/com/tesr/Main.java index 2809226..79c57f7 100644 --- a/src/com/tesr/Main.java +++ b/src/com/tesr/Main.java @@ -215,7 +215,7 @@ hochzaehlen = 0; } } - int Reihe = 1; + int Reihe = 0; for (int ij = 0; ij < Auftragsanzahl.size(); ij++) { double Arraystellenwert_Auftraege = Auftragsanzahl.get(ij); @@ -224,8 +224,8 @@ for (int ijk = 1; ijk <= Arraystellenwert_Auftraege; ijk++) { rows.get(Reihe).createCell(2).setCellValue(Arraystellenwert_Auftraege); - Reihe++; rows.get(Reihe).createCell(5).setCellValue(Arraystellenwert_Flaeche); + Reihe++; System.out.println(Arraystellenwert_Auftraege); System.out.println(Arraystellenwert_Flaeche); }