使用 .NET (C#) 创建 Excel 文件 - 列标题问题!
我想创造&使用 ADO.NET 或 LINQ 填充 .xls 文件,但我不想在第一行中包含列名称。我只想插入从第 1 行开始的行。 1.
我知道我必须先插入列,但是...有没有办法“隐藏”这些列标题?
问题是,在电子表格的第一行中,我必须只有两个值(一个在 A1 中,另一个在 B1 中),但在其余行中,我将插入两个以上的值(最多 15 列)。
我愿意接受建议/黑客/技巧,即使这不是最好的方法。
谢谢!
I want to create & fill a .xls file using ADO.NET or LINQ, but I do not want to have the columns names in the first row. I just want to insert rows starting in row no. 1.
I know I have to insert colums first, but... is there a way to 'hide' those columns headers?
The problem is that, in first row of my spreadsheet, I must have only two values (one in A1 and the other in B1), but in the remaining rows I'll be inserting more than just two values (maximum 15 columns).
I'm open to suggestions/hacks/tricks even if that's not the best way of doing this.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为这不是最好的方法,但您可以使用 Microsoft.Office.Interop.Excel
您需要的是XlYesNoGuess
I think it is not the best way, but you can use Microsoft.Office.Interop.Excel
Propery you need is XlYesNoGuess
嘿,您可以使用 SpreadSheetGear 或 Aspose dll ,它们为您提供了更多功能,可以在 .NET 中使用 C# 创建 Excel 工作簿。
Hey you can use SpreadSheetGear or Aspose dll , which give you more functionality to create Excel work books using C# in .NET.