Skip to main content

ExcelLoader

(Non-streaming) table loader for Excel files.

LoaderCharacteristic
File Extension.xls, .xlsb, .xlsx
File TypeBinary
File FormatExcel
Data FormatClassic Table
Supported APIsload, parse

Usage

import {ExcelLoader} from '@loaders.gl/excel';
import {load} from '@loaders.gl/core';

const data = await load(url, ExcelLoader, {excel: options});

Options

| Option | From | Type | Default | Description | | ------------- | ------------------------------------------------------------------------------------- | ------- | ------- | ----------- | ----------------------------------------------------- | | excel.sheet | [Website shields.io] | string | null | null | Which worksheet to load. By default loads first sheet |

Attribution

The ExcelLoader is a wrapper around SheetJS which is Apache 2.0 licensed.