개정판 0688f998
issue #00000 import 오류 출력 수정
Change-Id: I62c27f16aff9f4a0e73f6572e6529b897fe81df1
ID2.Manager/ExcelAddin/ID2ManagerImport/DataImport.cs | ||
---|---|---|
93 | 93 |
|
94 | 94 |
if (connectionStr != null) |
95 | 95 |
{ |
96 |
//Globals.ThisAddIn.Application.Cursor = Microsoft.Office.Interop.Excel.XlMousePointer.xlWait; |
|
97 |
|
|
96 | 98 |
if (CreateTabile(connectionStr)) |
97 | 99 |
{ |
98 | 100 |
|
... | ... | |
262 | 264 |
} |
263 | 265 |
catch (Exception) |
264 | 266 |
{ |
265 |
|
|
266 | 267 |
throw; |
267 | 268 |
} |
268 | 269 |
|
내보내기 Unified diff