프로젝트

일반

사용자정보

개정판 b3d6f42b

IDb3d6f42b067b172ef83f823416b9f93b0f82c31b
상위 b254f8e9
하위 96e1acab, 3abc20b4, 967c8ca2, fba59659

유성호이(가) 일년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)