| 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 | Method and Description |
|---|---|
MSODrawing |
MSODrawingGroup.getMsoHeaderRec(Boundsheet bs)
return the Msodrawing header record for the given sheet
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkBook.addChartUpdateMsodg(MSODrawing mso,
Boundsheet sht)
updates Mso (MSODrawingGroup + Msodrawing) records upon add/copy worksheet and add/copy charts
NOTE: this code is mainly garnered via trial and error, works
|
void |
MSODrawingGroup.addDrawingRecord(int spidMax,
MSODrawing rec)
add a new Drawing Record based on existing drawing record
i.e.
|
void |
MSODrawingGroup.addMsodrawingrec(MSODrawing rec) |
void |
MSODrawingGroup.removeMsodrawingrec(MSODrawing rec,
Boundsheet sheet,
boolean removeObjRec)
remove linked MsoDrawing rec from this drawing group + update image references if necessary
NOTE THIS IS STILL EXPERIMENTAL; MUST BE TESTED WITH A VARIETY OF SCENARIOS
|
boolean |
MSODrawingGroup.setImageBytes(byte[] bts,
Boundsheet bs,
MSODrawing rec,
String name)
sets the underlying image bytes
|
| Modifier and Type | Field and Description |
|---|---|
protected MSODrawing |
Chart.msodrawobj |
| Modifier and Type | Method and Description |
|---|---|
MSODrawing |
Chart.getMsodrawobj() |
| Modifier and Type | Method and Description |
|---|---|
MSODrawing |
ImageHandle.getMsodrawing() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageHandle.setMsgdrawing(MSODrawing rec) |
Copyright © 2002–2019 Starter Inc.. All rights reserved.