| Modifier and Type | Field and Description |
|---|---|
static ReadingOptions |
ReadingOptions.DEFAULT_READING_OPTIONS |
| Constructor and Description |
|---|
ReadableWorkbook(File inputFile,
ReadingOptions readingOptions) |
ReadableWorkbook(InputStream inputStream,
ReadingOptions readingOptions)
Note: will load the whole xlsx file into memory,
(but will not uncompress it in memory)
|
Copyright © 2023. All rights reserved.