use ;
use Row;
/// Metadata containing how to find and read an Excel sheet.
/// Implementation of sheet metadata for plain strings. This is used when the
/// sheet name is passed directly to the sheet method, and will result in direct
/// access to the row reader for manual field reading.