简体   繁体   English

从数据集创建excel xlsx文件

[英]create excel xlsx file from dataset

i know this ( Create Excel (.XLS and .XLSX) file from C# )and i am using excel libray( http://code.google.com/p/excellibrary/ ) 我知道这一点( 从C#创建Excel(.XLS和.XLSX)文件 ),而且我正在使用excel libray( http://code.google.com/p/excellibrary/

By this i can create xls file but i need xlsx file.pls help me. 这样我可以创建xls文件,但我需要xlsx file.pls可以帮助我。

workbook.Save(file); workbook.Save(文件);

there will be an option to specified which format u want in 'Save' method 在“保存”方法中将有一个选项指定您想要哪种格式

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM