Piotr Czajkowski hai 5 meses
pai
achega
95b753e309
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ExcelORM/ExcelORM/ExcelWriter.cs

+ 1 - 1
ExcelORM/ExcelORM/ExcelWriter.cs

@@ -75,7 +75,7 @@ public class ExcelWriter
     {
         if (!values.Any()) return;
 
-        var rowIndex = 1;
+        int rowIndex;
         var properties = typeof(T).GetProperties();
         List<Mapping>? mapping = [];