I am implementing a formula for heat of mixing but I am confused about how to handle this data(As shown above in the picture). My program will include two drop down lists from which i have to select an element from each drop down list.One from down list will be representing the values of 1st column and the other drop down list will be representing the values of the first row (As described in the Image Above). The system will have to show the value for those selected elements from the drop down list.
For example. If I want to get the value of Carbon (C) and Nitrogen (N) which is -2 from the table. I don't know the easiest way to get that specific value.How should I store this data?. i.e. Should I use Multidimensional Arrays , Link Lists, Dictionary, Database etc or any other approach.
This chart have a total of 73 rows and 73 columns.
That Chart is in an XLS format. (The picture shown above is just the small part from that chart.).