Hi,
I have a .csv file which automatically updates with sales data. This data is loaded into a datagridview, but is there a way to display this into a datagridview matrix ?
Data is as follows;
Header as:
Person, Sales, Area
Data as:
Person 1, £200, North
Person 2, £100, South
Person 3, £95...