| Package | Description |
|---|---|
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
CommentHandle |
CellHandle.createComment(String comment,
String author)
Creates a new annotation (Note or Comment) to the cell
|
CommentHandle |
WorkSheetHandle.createNote(String address,
String txt,
String author)
Creates a new annotation (Note or Comment) to the worksheeet, attached to a
specific cell
|
CommentHandle |
WorkSheetHandle.createNote(String address,
Unicodestring txt,
String author)
Creates a new annotation (Note or Comment) to the worksheeet, attached to a
specific cell
The note or comment is a Unicode string, thus it can contain formatting information |
CommentHandle |
CellHandle.getComment()
Get a CommentHandle to the note attached to this cell
|
CommentHandle[] |
WorkSheetHandle.getCommentHandles()
returns an array of all CommentHandles that exist in the sheet
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.