The absolute FASTEST, would be capitalizing that the Excel spreadsheet only a fixed number of columns, so you would do a lookup table. Declare a constant string array of 255 256 entries, and prepopulate it with the strings from "A" to "IV". Then you simply do a straight index lookup.
|
2 | edited body | ||
|
|
||||
|
1 |
|
||
|
The absolute FASTEST, would be capitalizing that the Excel spreadsheet only a fixed number of columns, so you would do a lookup table. Declare a constant string array of 255 entries, and prepopulate it with the strings from "A" to "IV". Then you simply do a straight index lookup. |
||||
