- Excel 저장
- MaterialSkin 제거
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user