获得excel的sheet名字
摘要:
/// /// This mehtod retrieves the excel sheet names from /// an excel workbook./// /// The excel file./// String[]private String[] GetExcelSheetNames(string excelFile){ OleDbConnection objConn = null;... 阅读全文
posted @ 2009-07-30 11:34 卓如 阅读(850) 评论(0) 推荐(0) 编辑