Hi,
When I study the test case codes and API, I couldn't find a way to
get a cell value from a row by cell name. I need to read any Excel spreadsheet and look for
columns that I support. I cannot assume the cell numbers for those columns
are fixed. I wonder whether each sheet is similar to database table that I can
get column value either by number or name.
an
