I want to fill in a spreadsheet that is directly linked to a C# application.
The excel would have 3 headers - i.e. Name, Age, Height, that can all have five different options of data to fill their cells in their columns, the output would be randomised when filling the cells and it would stop after say 100 cells in each columb had been filled.
I have looked into the autofill option in C# however not sure if this is the right way to do it. And I know I would have to make a standard template that the application could read the specific options of data then repeat.
Any input would be greatly appreciated!