SCOLANATOR
SCOLANATOR
CC#
Created by SCOLANATOR on 3/19/2024 in #help
Unable to add new columns to CSV file
The following code is giving me an error on the line: modifiedRecords.Add(newRecord); This needs to take in a CSV file, edit the data, then add additional columns of data.
105 replies
CC#
Created by SCOLANATOR on 3/13/2024 in #help
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
CC#
Created by SCOLANATOR on 1/19/2024 in #help
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
CC#
Created by SCOLANATOR on 12/14/2023 in #help
Parsing Error
No description
53 replies
CC#
Created by SCOLANATOR on 3/29/2023 in #help
❔ 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