Skip to content

Extract non-contiguous, multiple ranges from an XLSX sheet? #263

Open
@visnup

Description

@visnup

The .sheet() function to extract data out of a XLSX sheet is limited to specifying a single, contiguous range. We've seen several cases so far where after extracting an initial range, we need to re-filter the result to skip empty rows that are interleaved with the data.

Currently we can do this in the notebook, but there might be a more flexible API to make this easier?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions