问题描述
我在我的asp.net应用程序中上传了excel文件集合我希望应用程序读取该文件并查看excel文件中的列是什么然后在下拉列表中显示列数据ex:我的excel文件之一它有国籍,国家
国籍栏目数据:日语,链条..
国家栏目数据:日本,中国..
i希望在我的应用程序中显示excel文件中的数据,并选择过滤该数据我希望显示动态显示下拉列表一个国籍及其数据,一个国家/地区及其数据,以便用户可以过滤excel文件中的数据
i have collection excel files upload in my asp.net application i want the application read that file and see what is columns in excel file then show the columns data in dropdown list ex:one of my excel files it has Nationality,Country
Nationality column data: Japanese, Chains ..
Country Column data : Japan , China ..
i want to show data in excel file in my application with option for filtering that dat i want to show dynamic showing dropdown list one for nationality with its data and one for Country with its data so the user can filter data in excel file
这篇关于使用asp.net过滤excel文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!