使用 .NET (C#) 创建 Excel 文件 - 列标题问题!

发布于 2024-08-26 06:40:16 字数 245 浏览 5 评论 0原文

我想创造&使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

渔村楼浪 2024-09-02 06:40:17

我认为这不是最好的方法,但您可以使用 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

已下线请稍等 2024-09-02 06:40:17

嘿,您可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文