| Package | Description |
|---|---|
| io.starter.formats.OOXML | |
| io.starter.formats.XLS | |
| io.starter.formats.XLS.charts | |
| io.starter.formats.XLS.formulas | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Text.getOOXML(WorkBook bk)
return the OOXML representation of this Text (Comment) element
|
| Constructor and Description |
|---|
Title(TextDisp td,
WorkBook bk)
create an OOXML title from a 2003-v TextDisp record
|
| Modifier and Type | Field and Description |
|---|---|
protected WorkBook |
XLSRecord.wkbook |
protected WorkBook |
ByteStreamer.workbook |
| Modifier and Type | Method and Description |
|---|---|
WorkBook |
BiffRec.getWorkBook() |
WorkBook |
Boundsheet.getWorkBook() |
WorkBook |
XLSRecord.getWorkBook() |
| Modifier and Type | Method and Description |
|---|---|
static short |
Xf.addFormatPattern(WorkBook book,
String pattern)
Ensures that the given format pattern exists on the given workbook.
|
ArrayList |
SxStreamID.addInitialRecords(WorkBook bk,
String ref,
String sheetName)
creates the basic, default records necessary to define a pivot cache
|
protected static XLSRecord |
Externsheet.getPrototype(int sheetNum1,
int sheetNum2,
WorkBook bk)
Add new Externsheet record and set sheet
|
static Labelsst |
Labelsst.getPrototype(String val,
WorkBook bk)
Constructor which takes a number value
an Sst to store its Unicodestring in,
and returns an int offset to the string
in the Sst.
|
protected static XLSRecord |
Dv.getPrototype(WorkBook bk)
Create a dv record & populate with prototype bytes
|
static XLSRecord |
Sxli.getPrototype(WorkBook wkbook)
return a new, blank SxLi
|
void |
Format.init(WorkBook workBook,
int fID,
String format) |
protected void |
WorkBook.reflectiveClone(WorkBook source) |
void |
DefaultRowHeight.setWorkBook(WorkBook b) |
void |
Name.setWorkBook(WorkBook b) |
void |
BiffRec.setWorkBook(WorkBook wk) |
void |
Font.setWorkBook(WorkBook b)
add to Fonts table in Workbook
|
void |
Externname.setWorkBook(WorkBook bk) |
void |
Externsheet.setWorkBook(WorkBook bk) |
void |
Xf.setWorkBook(WorkBook b)
Set the workbook for this XF
This can get called multiple times.
|
void |
Format.setWorkBook(WorkBook book) |
void |
XLSRecord.setWorkBook(WorkBook wk) |
static Xf |
Xf.updateXf(Xf xf,
int fontIdx,
WorkBook wkbook)
if xf parameter doesn't exist, create; if it does, create a new xf based on it
|
| Constructor and Description |
|---|
BookProtectionManager(WorkBook target) |
ByteStreamer(WorkBook bk) |
ContinueHandler(WorkBook b) |
Format(WorkBook book,
short id,
String pattern)
Makes a new Format record with the given ID and pattern.
|
Format(WorkBook book,
String pattern)
Makes a new Format record for the given pattern.
|
Name(WorkBook bk,
boolean b)
Used for default name entry in formulas.
|
Name(WorkBook bk,
String namestr) |
Name(WorkBook bk,
String namestr,
String value,
int scope)
sets a namestring to a constant (non-reference) value
|
Row(int rowNum,
WorkBook book) |
Xf(Font f,
WorkBook wkbook)
constructor which takes a Font object + a workbook
useful for cloning xf's from other workbooks
|
Xf(int f,
WorkBook wkbook)
create a new Xf with pointer to its font and workbook set
|
| Modifier and Type | Field and Description |
|---|---|
protected WorkBook |
ChartType.wb |
| Modifier and Type | Method and Description |
|---|---|
static ChartType |
ChartType.createChartTypeObject(GenericChartObject ch,
ChartFormat cf,
WorkBook wb)
create and return the appropriate ChartType for the given
chart record (Bar, Radar, Line, etc)
|
static Legend |
Legend.createDefaultLegend(WorkBook book) |
Font |
TextDisp.getFont(WorkBook wb)
return the font record that sets the font properties for this text element
|
static XLSRecord |
TextDisp.getPrototype(int type,
String text,
WorkBook book)
add new TextDisp rec with associated recs, according to type
|
| Modifier and Type | Method and Description |
|---|---|
Boundsheet |
PtgRef3d.getSheet(WorkBook b)
get the worksheet that this ref is on
for some reason this seems to be backwards in Ref3d
|
Boundsheet[] |
PtgArea3d.getSheets(WorkBook b)
get the worksheet that this ref is on
|
Boundsheet[] |
PtgMemFunc.getSheets(WorkBook b)
return the boundsheet associated with this complex range
NOTE: since complex ranges may contain more than one sheet, this is incomplete for those instanaces |
| Modifier and Type | Field and Description |
|---|---|
protected WorkBook |
WorkBookHandle.mybook |
| Modifier and Type | Method and Description |
|---|---|
WorkBook |
WorkBookHandle.getWorkBook()
Returns a low-level WorkBook.
|
WorkBook |
ChartHandle.getWorkBook() |
WorkBook |
FormatHandle.getWorkBook() |
WorkBook |
WorkBook.getWorkBook()
Returns a low-level WorkBook.
|
| Modifier and Type | Method and Description |
|---|---|
static Xf |
FormatHandle.cloneXf(Xf xf,
Font f,
WorkBook wkbook)
static version of cloneXf
|
static Xf |
FormatHandle.cloneXf(Xf xf,
WorkBook wkbook)
static version of cloneXf
|
void |
FormatHandle.setWorkBook(WorkBook bk)
Set the workbook for this FormatHandle
|
| Constructor and Description |
|---|
FormatHandle(WorkBook book,
int xfnum)
Constructs a FormatHandle for the given format ID and WorkBook.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.