public class XSLConverterTool extends Object
| Constructor and Description |
|---|
XSLConverterTool() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyFormat(String fmt,
String value)
Returns a formatted currency string based off the local format and the string
format passed in.
|
String |
getDateFormatPattern(String ifmt)
Gets a date format pattern based off of an ifmt.
|
String |
getFormatId(String styleId) |
String |
getFormatPattern(String styleId) |
String |
getIsCurrency(String styleId) |
String |
getIsDate(String styleId) |
String |
getJsCalendarFormatPattern(String ifmt)
Gets a calendar format pattern based off of an ifmt.
|
String |
getPreviousCellData(String sheet,
String currCell,
String colspan)
returns a String populated with cell data for missing cells since the last
cell read.
|
String |
getStyleColor(String styleId) |
void |
setFormatId(String styleId,
String formatId) |
void |
setFormatPattern(String styleId,
String pattern) |
void |
setIsCurrency(String styleId,
String isCurrency) |
void |
setIsDate(String styleId,
String isDate) |
void |
setStyleColor(String styleId,
String color)
DELEGATING METHODS ***********************************************
|
public String getDateFormatPattern(String ifmt)
ifmt - from XF recordpublic String getJsCalendarFormatPattern(String ifmt)
ifmt - from XF recordpublic String getCurrencyFormat(String fmt, String value)
fmt - public String getPreviousCellData(String sheet, String currCell, String colspan)
public void setStyleColor(String styleId, String color)
Copyright © 2002–2019 Starter Inc.. All rights reserved.