| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
Note |
Boundsheet.createNote(String address,
String txt,
String author)
Adds a new Note or Comment to the sheet at the desired address
|
Note |
Boundsheet.createNote(String address,
Unicodestring txt,
String author)
Adds a new Note or Comment to the sheet at the desired address
with Formatting (Font) information
|
| Modifier and Type | Method and Description |
|---|---|
void |
Boundsheet.removeNote(Note n)
removes the desired note from the sheet
|
| Modifier and Type | Method and Description |
|---|---|
Note |
CommentHandle.getInternalNoteRec()
Returns the internal note record for this CommentHandle.
|
| Constructor and Description |
|---|
CommentHandle(Note n)
Creates a new CommentHandle object
For internal use only |
Copyright © 2002–2019 Starter Inc.. All rights reserved.