Currently, the parser always fetches the first table sheet the API provides and uses the whole range of data. It might also be limited to request data that starts in cell A1.
To be more flexible, it would be great if a user could optionally pass a sheet name or a range that should be fetched (and use the first sheet and the whole range as fallback).