소스 검색

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 = [];