diff --git a/ConfigForm.Designer.cs b/ConfigForm.Designer.cs
index 3b773f7..ab646f2 100644
--- a/ConfigForm.Designer.cs
+++ b/ConfigForm.Designer.cs
@@ -68,13 +68,13 @@
this.chAnPatent = new System.Windows.Forms.CheckBox();
this.chAnRightsIssue = new System.Windows.Forms.CheckBox();
this.chAnRevenue = new System.Windows.Forms.CheckBox();
+ this.chAnDartAPI = new System.Windows.Forms.CheckBox();
this.chAnSupply = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.tbAnRevenueRate = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tbAnSupplyContractRate = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
- this.chAnDartAPI = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox6.SuspendLayout();
@@ -514,6 +514,18 @@
this.chAnRevenue.Text = "영업(잠정)실적";
this.chAnRevenue.UseVisualStyleBackColor = true;
//
+ // chAnDartAPI
+ //
+ this.chAnDartAPI.AutoSize = true;
+ this.chAnDartAPI.Checked = true;
+ this.chAnDartAPI.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.chAnDartAPI.Location = new System.Drawing.Point(16, 21);
+ this.chAnDartAPI.Name = "chAnDartAPI";
+ this.chAnDartAPI.Size = new System.Drawing.Size(97, 16);
+ this.chAnDartAPI.TabIndex = 6;
+ this.chAnDartAPI.Text = "Dart API 요청";
+ this.chAnDartAPI.UseVisualStyleBackColor = true;
+ //
// chAnSupply
//
this.chAnSupply.AutoSize = true;
@@ -572,19 +584,7 @@
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(132, 12);
this.label9.TabIndex = 20;
- this.label9.Text = "Version : 2017.01.27.01";
- //
- // chAnDartAPI
- //
- this.chAnDartAPI.AutoSize = true;
- this.chAnDartAPI.Checked = true;
- this.chAnDartAPI.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chAnDartAPI.Location = new System.Drawing.Point(16, 21);
- this.chAnDartAPI.Name = "chAnDartAPI";
- this.chAnDartAPI.Size = new System.Drawing.Size(97, 16);
- this.chAnDartAPI.TabIndex = 6;
- this.chAnDartAPI.Text = "Dart API 요청";
- this.chAnDartAPI.UseVisualStyleBackColor = true;
+ this.label9.Text = "Version : 2017.01.31.15";
//
// ConfigForm
//
diff --git a/ExcelHandler.cs b/ExcelHandler.cs
index a13e0f7..4e14109 100644
--- a/ExcelHandler.cs
+++ b/ExcelHandler.cs
@@ -80,7 +80,7 @@ namespace NewsCrawler
Create();
string strMessage = string.Format("{0}, {1}, {2}, {3}, {4}, {5}, {6}, {7:n0}, {8:n0}, {9:n2}, {10:n0}, {11:n2}, {12}",
- m_strToday, strNewsTime, strResTime, fReqTime, strRef, strTitle, strCodeName,
+ m_strToday, strNewsTime, strResTime, fReqTime, strRef, strTitle.Replace(",", "\\,"), strCodeName,
iPriceS, iPriceLow, fPriceLowP, iPriceHigh, fPriceHighP, strLink);
File.AppendAllText(m_strFileName, strMessage+Environment.NewLine, new UTF8Encoding(true));
diff --git a/NewsCrawler.csproj b/NewsCrawler.csproj
index aa4f8c4..23e6c96 100644
--- a/NewsCrawler.csproj
+++ b/NewsCrawler.csproj
@@ -238,7 +238,6 @@
-