| Package | Description |
|---|---|
| io.starter.formats.XLS |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkBook
The WorkBook record represents an XLS workbook substream containing worksheets and associated records.
|
| Modifier and Type | Method and Description |
|---|---|
Book |
WorkBookFactory.getWorkBook(BlockByteReader parsedata,
LEOFile leo)
read in a WorkBook from a byte array.
|
Book |
WorkBookFactory.initWorkBook(Book book,
BlockByteReader parsedata,
LEOFile leo)
Initialize the workbook
|
| Modifier and Type | Method and Description |
|---|---|
static Continue |
ContinueHandler.addContinue(BiffRec rec,
byte[] data,
int streampos,
Book book)
Create and initialize a new Continue record
|
static Continue |
ContinueHandler.createContinue(byte[] data,
Book book)
Create and initialize a new Continue record
|
Book |
WorkBookFactory.initWorkBook(Book book,
BlockByteReader parsedata,
LEOFile leo)
Initialize the workbook
|
protected BiffRec |
WorkBookFactory.parse(Book book,
short opcode,
int offset,
int datalen,
BlockByteReader bytebuf)
create the individual records based on type
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.