| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.formats.XLS.charts | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Boundsheet
Boundsheet: WorkSheet Information 0x85
This record stores the sheet name, type and stream position. |
| Modifier and Type | Field and Description |
|---|---|
protected Sheet |
XLSRecord.worksheet |
| Modifier and Type | Method and Description |
|---|---|
void |
RightMargin.setSheet(Sheet sheet) |
void |
Mulblank.setSheet(Sheet bs)
set the Boundsheet for the Mulblank
this is needed because Blanks are BiffRec valrecs and
need to be assigned a BiffRec in the sheet...
|
void |
BottomMargin.setSheet(Sheet sheet) |
void |
HCenter.setSheet(Sheet sheet) |
void |
VCenter.setSheet(Sheet sheet) |
void |
PrintGrid.setSheet(Sheet sheet) |
void |
Setup.setSheet(Sheet sheet) |
void |
PrintRowCol.setSheet(Sheet sheet) |
void |
DefaultRowHeight.setSheet(Sheet bs)
set the sheet's default row height in Excel units or twips
|
void |
Array.setSheet(Sheet b)
Associate this record with a worksheet.
|
void |
BiffRec.setSheet(Sheet b)
Associate this record with a worksheet.
|
void |
LeftMargin.setSheet(Sheet sheet) |
void |
TopMargin.setSheet(Sheet sheet) |
void |
Note.setSheet(Sheet bs) |
void |
Footerrec.setSheet(Sheet bs) |
void |
Obj.setSheet(Sheet b)
Associate this record with a worksheet.
|
void |
Dimensions.setSheet(Sheet bs) |
void |
Headerrec.setSheet(Sheet bs) |
void |
MSODrawing.setSheet(Sheet bs)
20081106 KSC: when set sheet, record original height and width
as dependent upon row heights ...
|
void |
WsBool.setSheet(Sheet sheet) |
void |
XLSRecord.setSheet(Sheet b)
Associate this record with a worksheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chart.setSheet(Sheet b)
set the sheet for this chart plus its subrecords as well
|
| Modifier and Type | Method and Description |
|---|---|
Sheet |
WorkSheet.getSheet()
Returns the low-level OpenXLS Sheet.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.