private void ExcelExport2() { Excel.Application excelApplication = null; Excel.Workbook excelWorkbook = null; Excel.Worksheet excelWorksheet = null; Excel.Range range = null; try { // Instantiate Excel and start a new workbook. string desktopPath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop); // 바탕화면..