|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ss.util.WorkbookUtil
public class WorkbookUtil
Helper methods for when working with Usermodel Workbooks
Constructor Summary | |
---|---|
WorkbookUtil()
|
Method Summary | |
---|---|
static java.lang.String |
createSafeSheetName(java.lang.String nameProposal)
Creates a valid sheet name, which is conform to the rules. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkbookUtil()
Method Detail |
---|
public static final java.lang.String createSafeSheetName(java.lang.String nameProposal)
HSSFWorkbook.setSheetName(int, String)
.
nameProposal
- can be any string, will be truncated if necessary,
allowed to be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |