C# 讀取EXCEL 由"設定格式化條件" 公式產生的 CELL 背景色問題 / C# / 程式設計俱樂部
2011/1/7 下午 02:26:05 大家好 我的環境設定如下 W7 64 VS2010 FMWORK4.0 OFFICE 2010 我使用 using Microsoft.Office.Interop.Excel; 與加入COM+ 參考 去讀取EXCEL檔案 一般讀取都很正常 不過碰到了個問題 使用strText = mySheet.UsedRange.Cells[i,j ......