export interface Options { startRowIndex?: number; endRowIndex?: number; fields?: string[]; }