SCOLANATOR
How to add additional headers/columns to CSV file?
Using CSVHelper to manipulate a CSV file but when I try to add additional columns of information I get the error, I thought this would be really simple to add.
Error: Header with name 'Payee_Country'[0] was not found.
Header with name 'Payer_Address1'[0] was not found.
Header with name 'Payer_Address2'[0] was not found.
Header with name 'Payer_City'[0] was not found.
Header with name 'Payer_State' [0] was not found.
Header with name 'Payer_Zip'[0] was not found.
Header with name 'Payer_Country'[0] was not found.
24 replies
Combining Multiple Excel files into one Excel document (single worksheet)
This C# program allows the user to select multiple excel documents and then combines them into one single excel document, basically combining all the rows together. Unfortunately it produces a blank excel document. Can someone help?
6 replies
❔ Problem populating Datagrid
I'm trying to populate a datagrid where certain columns are populated with information that is read only, with the other columns open for a user to input data and with one column with a checkbox binary option. I have been struggling to get this code to work and would appreciate some help. I'm very new to WPF and C# (done a lot of VB6 and PoSh, some C, some Python). Please let me know how I should post my code.
29 replies