개정판 b7637656
issue #000 excel path properties modify
KCOM/Controls/CheckList.xaml.cs | ||
---|---|---|
400 | 400 |
} |
401 | 401 |
|
402 | 402 |
string extension = "xlsx"; |
403 |
|
|
404 |
Uri url = new Uri("http://172.20.120.141:5977/TileSource/Check_Test/CheckList_T.xlsx");
|
|
403 |
string excelpath = global::KCOM.Properties.Settings.Default.excelFilePath; |
|
404 |
Uri url = new Uri(excelpath);
|
|
405 | 405 |
|
406 | 406 |
System.Windows.Forms.SaveFileDialog dialog = new System.Windows.Forms.SaveFileDialog() |
407 | 407 |
{ |
내보내기 Unified diff