Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to build a program to save time, I have data that I need to capture and a excel form where the data needs to show on specific places that needs to be printed out but would like the form to be auto filled with the data I input in my program.

What I have tried:

I have tried searching for solutions but haven't found anything that might help me so far.
Posted
Updated 1-Apr-21 10:20am
Comments
CHill60 1-Apr-21 11:41am    
And your question is ....?
Maciej Los 1-Apr-21 16:16pm    
Asking the questions is a skill. Follow this steps: How to Ask Programming Questions — ProPublica[^]

When you'll be able to describe your issue, come back here and Improve question[^].

Since the program is specific to your requirements and your data it is difficult to be precise. But you could look at Windows Forms (C# or VB.NET) and Microsoft.Office.Interop.Excel Namespace | Microsoft Docs[^].
 
Share this answer
 
v2
Comments
Maciej Los 1-Apr-21 16:21pm    
5ed!
Alternativelly to solution #1 by Richard MacCutchan, you can use EPPlus. See: Read/Write Excel file in C# .NET Core using EPPlus[^]

More: Getting Started · JanKallman/EPPlus Wiki · GitHub[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900