개정판 b3d6f42b
issue #0000
데이터 없을 시도 excel template 다운로드 가능하도록 수정
Change-Id: Ic289dc258919d6a2d50bb4395226b5494390698f
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
1723 | 1723 |
return; |
1724 | 1724 |
} |
1725 | 1725 |
|
1726 |
var templateExcelFile = ExcelFile.Load(templateFilePath); |
|
1727 |
var templateWorksheets = templateExcelFile.Worksheets; |
|
1728 |
var templateWorksheet = templateWorksheets[0]; |
|
1729 |
|
|
1726 | 1730 |
if (this.radGridViewDocuments.Rows.Count > 0) |
1727 | 1731 |
{ |
1728 |
var templateExcelFile = ExcelFile.Load(templateFilePath); |
|
1729 |
var templateWorksheets = templateExcelFile.Worksheets; |
|
1730 |
var templateWorksheet = templateWorksheets[0]; |
|
1731 |
|
|
1732 | 1732 |
int rowIndex = 9; |
1733 | 1733 |
//int colIndex = 1; |
1734 | 1734 |
|
... | ... | |
1783 | 1783 |
templateWorksheet.Cells[rowIndex, 44].Value = doc.DTRemarks; |
1784 | 1784 |
rowIndex++; |
1785 | 1785 |
} |
1786 |
|
|
1787 |
templateExcelFile.Save(sfd.FileName); |
|
1788 |
RadMessageBox.Show("Exporting 'ID2 Document List' is complete", Globals.Name, MessageBoxButtons.OK, RadMessageIcon.Info); |
|
1789 | 1786 |
} |
1787 |
templateExcelFile.Save(sfd.FileName); |
|
1788 |
RadMessageBox.Show("Exporting 'ID2 Document List' is complete", Globals.Name, MessageBoxButtons.OK, RadMessageIcon.Info); |
|
1790 | 1789 |
} |
1791 | 1790 |
} |
1792 | 1791 |
} |
내보내기 Unified diff