C#弹出打开资源对话框(OpenFileDialog)并读取Excel表格(office2007或office2010)
最近需要把Excel表格里面的数据导入到数据库里面,就研究了一下Excle,怎样把所有表单里面的数据读取出来,下面是代码:privatevoidbutton_leadIn_Click(objectsender,EventArgse){OpenFileDialogofd=newOpenFileDialog();ofd.Filter="MicrosoftExcelfiles(*.xls)|*.xls;