浏览代码

Cosmetics

Piotr Czajkowski 5 月之前
父节点
当前提交
95b753e309
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = [];