- Excel 저장

- MaterialSkin 제거
This commit is contained in:
2017-02-01 11:21:21 +09:00
parent 77c0056a33
commit 4809d5ccbe
12 changed files with 65426 additions and 102 deletions

View File

@@ -153,7 +153,7 @@ namespace NewsCrawler
// col.Width = -2;
//}
m_Excel = new ExcelHandler(Util.GetLogPath()+"/PriceCheck"+DateTime.Now.ToString("yyyy-MM-dd")+".csv");
m_Excel = new ExcelHandler(Util.GetLogPath()+"/PriceCheck-"+DateTime.Now.ToString("yyyy-MM-dd")+".xlsx");
m_CrawlTimer.Elapsed+=CrawlTimer_Tick;
m_CrawlTimer.Interval = m_iCrawlInterval;