if Business.Forms.ExcelFieldMapFunc.ShowFieldMapEditor(ExcelToTable) then
ExcelToTable.Execute(s);
if dsBroker.DataSet.UpdatesPending then
begin
dsBroker.DataSet.ApplyUpdates;
jsdialogs.ShowMsg('您已成功导入了'信息!','提示');
end;
except
jsdialogs.ShowMsg('导入失败,请重试!','提示');
raise;