2012-01-01から1ヶ月間の記事一覧

DataSet から Excel.Worksheet へデータ書き出しのメモ

1. 設計 2. 結果 4. コード using Excel = Microsoft.Office.Interop.Excel; public partial class Form1 : Form { private const string COL_NAME = "Name"; private const string COL_KAMI = "Kami"; private const string COL_SIMO = "Simo"; private con…