excel中的数据如下:
型号 名称     规格
111 aaa     48
112 bbb     45
113 ccc1803     48
114 ddd     48
115 eee1805     48
116 fff     96
187 ggg     48
188 hhh     96
access中数据库中item中的列如下:
lngItemID自动编号  strItemCode文本类型  strItemName(名称)文本类型   strItemAlias 文本类型  
strItemStyle(型号)文本类型   strInvoiceName文本类型    strBarCode文本类型  dblPackFactor(规格)数字要把excel中的数据给插入到item表中,怎么实现呢