My problem is:
I have been provided a spreadsheet that simulates what the person wants to be printed from the application. Excel sheet cells are mapped into data grid view cells. User will click on a cell in data grid , then program will insert the new data into the excel sheet cell.
Then the sheet should be printed .
My question is:
1- Is it possible to write DB/datagridview data to the spreadsheets fields then print the spreadsheet via code? 2- Or would I be better off creating a report in C# from scratch?