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)
read in interface tech.tablesaw.io.DataReader<XlsxReadOptions>public List<tech.tablesaw.api.Table> readMultiple(XlsxReadOptions options) throws IOException
IOExceptionprotected List<tech.tablesaw.api.Table> readMultiple(XlsxReadOptions options, boolean includeNulls) throws IOException
includeNulls - include nulls for sheets without a tableIOExceptionpublic tech.tablesaw.api.Table read(tech.tablesaw.io.Source source)
read in interface tech.tablesaw.io.DataReader<XlsxReadOptions>Copyright © 2022. All rights reserved.