show/hide this revision's text 2 edited body

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.

show/hide this revision's text 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.