本文介绍了比较Excel数据与Oracle数据库C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有以下要求:

从excel读取选定的列(DetailsId,SentDate,Count),并从Oracle数据库获取相应的DetailsId的数据.在网格(MVC)中显示来自excel和数据库的比较数据.

如果数据匹配不执行任何操作,则如果不匹配,请使用excel中的数据更新某些数据库列.


任何建议如何做到的

感谢

Hi
I have the following requirements:

Read selected columns(DetailsId, SentDate, Count) from excel, get data for the respective DetailsId(s) from Oracle database. Show the comparison data from the excel and database in a grid (MVC).

If the data matches do nothing, if there is a mismatch update some database columns with data in the excel.


Any suggestions how this can be done

Thanks

推荐答案


这篇关于比较Excel数据与Oracle数据库C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 21:48
查看更多