  | 
                
                    [C#] EPPlus 讀寫(read/write) Excel檔範例懶人Code - The blog of typewriter職人- 點部落
                    2014/04/29 追記說明為何使用Cells[i,i].Text讀值 如果使用者在Cell裡輸入一個字串「2014/01/01」,Excel程式會很雞婆地把該字串轉成日期格式的「2014/1/1」 這時候用 Convert.ToString(Cells[i,i].Value)或Cells[i,i].Text 方法 
                    www.dotblogs.com.tw  | 
                  |