c#Dictionary <string,list <data =“”>&gt;数据到csv或excel

时间:2017-07-20 06:29:44

标签: c# excel csv dictionary listobject

我有数据形式的>g++ -g main.cpp main.cpp: In function ‘int main(int, char**)’: main.cpp:16:51: error: no matching function for call to ‘is(std::string&)’ std::cout << std::boolalpha << is <int> ( str ) << std::endl; ^ main.cpp:5:6: note: candidate: template<int <anonymous> > bool is(std::string&) bool is( std::string& raw ) ^ main.cpp:5:6: note: template argument deduction/substitution failed: 。在这里,借助我的string关键字,我想访问我在Dictionary<string, List<Data>>中存储的数据并将其转换为excel或csv格式。

List<Data>

我想在excel csv上创建一个像上面那样的表结构。

*******************************
**            KEY            **
*******************************
** StringData ** IntegerData **
**  ''        ** ''          **
**  ''        ** ''          **
**  ''        ** ''          **

0 个答案:

没有答案