Timeline for Data structure to hold Excel column names with their values
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 22, 2016 at 6:15 | comment | added | Diane M |
I meant, for a given excel file, you have a matching class. Here you would have a class MyExcel with fields ArrayList<Integer> senders;ArrayList<Integer> receivers; and so on. Apologies for not being exact on Java types.
|
|
| Jun 21, 2016 at 15:42 | comment | added | Vylic | Can you expand on the "Object fields" part? Do you mean each column is an object (making a class for each column) and having the fields inside those classes? Don't think I'm understanding correctly. | |
| Jun 21, 2016 at 15:17 | history | edited | Diane M | CC BY-SA 3.0 |
added 308 characters in body
|
| Jun 21, 2016 at 15:11 | history | answered | Diane M | CC BY-SA 3.0 |