如何将参数从c#发送到excel并在那里保存数据
我面临两个问题
我有一个数据集,我需要将数据从数据集发送到 一旦数据转储到该位置,就会显示 Excel。
我需要更改列标题,使其粗体
2: 在报表标题上方,我们应该传递 1 个参数,该参数将是我们需要作为参数传递给它的 C# 中的名称(员工详细信息)。 它可以改变我们传递给它的任何参数。
前任: 报告名称:员工详细信息
Name EmpID city
Arun 11 bangalore
Kiran 56 chennai
Rahul 23 pune
i have 2 issues what i am facing
i have an dataset where i need to send the data from dataset to an
excel once data in dumped in that location.i need to change the column headers make them bold
2:
Above the report headers we should pass 1 parameter that will be the name(Employee details) from c# we need to pass as an parameter to it.
it can change what ever parameter we pass it on.
ex:
Reportname: Employee details
Name EmpID city
Arun 11 bangalore
Kiran 56 chennai
Rahul 23 pune
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下应该有效,但我没有测试它。感谢您 Deborah Kurata 编写了下面的大部分代码。
The following should work, but I did not test it. Thank you to Deborah Kurata for writing a large part of the code below.