개정판 3cf51d85
issue #0000
날짜 포멧 적용
엑셀 수정
Change-Id: I5bb3268e52a8b39ec6c1e4c31f9b100152c431d4
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
1013 | 1013 |
templateWorksheet.Cells[rowIndex, 20].Value = doc.FrIsMarkup; |
1014 | 1014 |
templateWorksheet.Cells[rowIndex, 21].Value = doc.IsID2Work; |
1015 | 1015 |
templateWorksheet.Cells[rowIndex, 22].Value = doc.ID2Connection; |
1016 |
templateWorksheet.Cells[rowIndex, 23].Value = doc.ID2StartDate;
|
|
1017 |
templateWorksheet.Cells[rowIndex, 24].Value = doc.ID2EndDate;
|
|
1016 |
templateWorksheet.Cells[rowIndex, 23].Value = $"{doc.ID2StartDate:yyyy/MM/dd hh:mm:ss}";
|
|
1017 |
templateWorksheet.Cells[rowIndex, 24].Value = $"{doc.ID2EndDate:yyyy/MM/dd hh:mm:ss}";
|
|
1018 | 1018 |
templateWorksheet.Cells[rowIndex, 25].Value = doc.ID2JobTime; |
1019 | 1019 |
templateWorksheet.Cells[rowIndex, 26].Value = doc.ID2Status; |
1020 | 1020 |
templateWorksheet.Cells[rowIndex, 27].Value = doc.ID2Issues; |
1021 | 1021 |
templateWorksheet.Cells[rowIndex, 28].Value = doc.AVEVAConnection; |
1022 |
templateWorksheet.Cells[rowIndex, 29].Value = doc.AVEVAConvertDate;
|
|
1023 |
templateWorksheet.Cells[rowIndex, 30].Value = doc.AVEVAReviewDate;
|
|
1022 |
templateWorksheet.Cells[rowIndex, 29].Value = $"{doc.AVEVAConvertDate:yyyy/MM/dd}";
|
|
1023 |
templateWorksheet.Cells[rowIndex, 30].Value = $"{doc.AVEVAReviewDate:yyyy/MM/dd}";
|
|
1024 | 1024 |
templateWorksheet.Cells[rowIndex, 31].Value = doc.AVEVAStatus; |
1025 | 1025 |
templateWorksheet.Cells[rowIndex, 32].Value = doc.AVEVAIssues; |
1026 | 1026 |
//templateWorksheet.Cells[rowIndex, 33].Value = doc.DocumentNo; |
내보내기 Unified diff