如何从C#中的字典导出为Excel
问题描述:
我有一个Dictionary,它的列名作为键,列值作为值.
我需要将此字典的数据导出到C#中的excel文件中.
我不确定该怎么做.
我已经看到从数据表或阅读器导出到excel,但是无法理解如何从C#中的字典导出到excel.
有人可以帮我提供代码段吗?
在此先谢谢您.
Hi,
I have a Dictionary, which has column name as key and column value as value.
I need to export the data of this dictionary into excel file in C#.
I am not sure how to do that.
I have seen export to excel from a data table or a reader, but not able to understand how to export to excel from a dictionary in C#.
Can someone please help me with a code snippet?
Thanks in advance.