SheetXL - v0.3.20
    Preparing search index...

    Type Alias IOSource

    IOSource:
        | string
        | File
        | ArrayBufferLike
        | ReadableStream<Uint8Array>
        | FetchArgs
        | Base64Args

    Union type representing all possible io source types.

    This type encompasses all the different ways data can be provided for import operations, from simple strings to complex stream objects.