2009-12-05から1日間の記事一覧

ExcelHelperクラス

ExcelHelperクラス使用例 using System; using System.Collections.Generic; using System.Linq; using System.Text; //Excel 2002の場合、COMコンポーネントへの参照へMicrosoft Excel 10.0 Object Libraryを追加 using Microsoft.Office.Core; //Excel 200…