public final class SheetNameFormatter extends Object
Modifier and Type | Method and Description |
---|---|
static void |
appendFormat(StringBuffer out,
String rawSheetName)
Convenience method for (
format(String) ) when a StringBuffer is already available. |
static void |
appendFormat(StringBuffer out,
String workbookName,
String rawSheetName) |
static String |
format(String rawSheetName)
Used to format sheet names as they would appear in cell formula expressions.
|
static String |
unformat(String sheetName) |
public static String format(String rawSheetName)
public static void appendFormat(StringBuffer out, String rawSheetName)
format(String)
) when a StringBuffer is already available.out
- - sheet name will be appended here possibly with delimiting quotespublic static void appendFormat(StringBuffer out, String workbookName, String rawSheetName)
Copyright © 2020. All rights reserved.