public class SharedStringMap extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SharedStringMap.Entry |
| Constructor and Description |
|---|
SharedStringMap() |
| Modifier and Type | Method and Description |
|---|---|
SharedStringMap.Entry |
createEntryForString(int origIndex,
boolean excluded) |
SharedStringMap.Entry |
createEntryForString(int origIndex,
boolean excluded,
String cell,
String worksheet) |
List<SharedStringMap.Entry> |
getEntries() |
String |
getStringCell(int index) |
String |
getStringWorksheet(int index) |
boolean |
isStringVisible(int index) |
public SharedStringMap.Entry createEntryForString(int origIndex, boolean excluded)
public SharedStringMap.Entry createEntryForString(int origIndex, boolean excluded, String cell, String worksheet)
public List<SharedStringMap.Entry> getEntries()
public boolean isStringVisible(int index)
public String getStringCell(int index)
public String getStringWorksheet(int index)
Copyright © 2021. All rights reserved.