我用以下代码将EXCEL导入DBGRID
 form_chkbom.adodataset1.CommandText:='sheet1$';
 form_chkbom.adodataset1.active:=false;
 
 form_chkbom.ADODataSet1.ConnectionString:='Provider=Microsoft.Jet.OLEDB.4.0;Data Source='c:\text.xls';Extended Properties=Excel 8.0;Persist Security Info=False' ;
 
 form_chkbom.adodataset1.active:=true;
出现以下的问题
EXCEL里的形如000500的值,导入DBGRID后变成500请问怎样解决这个问题?