I want to freeze the top row of excel using C# code.
The code that I found uses ActiveWindow method but I am geting error when using that method.
Please help.
Thank you.
Related
I would like to loop through an excel work sheet and create an object from the data in each row. I am hoping to do this using C# and winforms. I can link the file to my win form however I am not sure how I add the data into the correct object properties.
Any pointers at all would be appreciated.
I got a code in which it is trying to read data from excel using OLEDB and populate the same into grid view. The grid was not populating with the values as desired. I debugged the code and I am getting a message like this.
enter image description here
I have installed Microsoft access database engine 2007 still it's not working. Please help me with this.
I am trying to create an excel spreadsheet like so in EPPlus:
My main trouble stem from getting the drop down to appear. I understand this can be easily done in desktop Excel by selecting the Data -> Filter tool.
Is there any way to achieve this result using EPPlus? (Or any other built in .NET method)
I achived this result using the following line of code:
ws.Cells[$"A{row}:S{row}"].AutoFilter = true;
I have a problem about how to define Excel macros via C# code.
For example, I create a button in Excel, and then assign a C# function to it as its macro function instead of using VBA. Can anybody give me some point?? Thanks..
Here is an Article that explains what you are trying to do I hope this helps
Excel Macro -Create and Run at Runtime using C#
I want to add some text such as "Manula", to the image using Stenography and want to save it. And also i want to retrieve it again. I want to made this project using C#.
Can anyone send me the C# code for this programm.
Thanks..
Have a look at: http://www.codeproject.com/KB/recipes/Image-Steganography.aspx
What You Need Is Here.......... http://www.programmer2programmer.net/live_projects/project_7/steganography.aspx