tech.tablesaw.io.DataReader<XlsxReadOptions>
@Immutable public class XlsxReader extends Object implements tech.tablesaw.io.DataReader<XlsxReadOptions>
Constructor | Description |
---|---|
XlsxReader() |
Modifier and Type | Method | Description |
---|---|---|
tech.tablesaw.api.Table |
read(tech.tablesaw.io.Source source) |
|
tech.tablesaw.api.Table |
read(XlsxReadOptions options) |
|
List<tech.tablesaw.api.Table> |
readMultiple(XlsxReadOptions options) |
|
protected List<tech.tablesaw.api.Table> |
readMultiple(XlsxReadOptions options,
boolean includeNulls) |
Read at most a table from every sheet.
|
static void |
register(tech.tablesaw.io.ReaderRegistry registry) |
public static void register(tech.tablesaw.io.ReaderRegistry registry)
public tech.tablesaw.api.Table read(XlsxReadOptions options) throws IOException
read
in interface tech.tablesaw.io.DataReader<XlsxReadOptions>
IOException
public List<tech.tablesaw.api.Table> readMultiple(XlsxReadOptions options) throws IOException
IOException
protected List<tech.tablesaw.api.Table> readMultiple(XlsxReadOptions options, boolean includeNulls) throws IOException
includeNulls
- include nulls for sheets without a tableIOException
public tech.tablesaw.api.Table read(tech.tablesaw.io.Source source) throws IOException
read
in interface tech.tablesaw.io.DataReader<XlsxReadOptions>
IOException
Copyright © 2021. All rights reserved.