public final class BookHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTO_COLOR |
static int |
SORT_HEADER_NO |
static int |
SORT_HEADER_YES |
static int |
SORT_NORMAL_DEFAULT |
static int |
SORT_TEXT_AS_NUMBERS |
Constructor and Description |
---|
BookHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
colorToBackgroundHTML(Workbook book,
Color color) |
static java.lang.String |
colorToBorderHTML(Workbook book,
Color color) |
static java.lang.String |
colorToForegroundHTML(Workbook book,
Color color) |
static java.lang.String |
colorToHTML(Workbook book,
Color color) |
static int |
getColumnFreeze(Sheet sheet)
gets the column freeze, 1 base
|
static java.lang.String |
getFontHTMLColor(Workbook book,
Font font) |
static int |
getRowFreeze(Sheet sheet)
gets the row freeze, 1 base
|
static Color |
HTMLToColor(Workbook book,
java.lang.String color) |
static boolean |
isFreezePane(Sheet sheet) |
static void |
setBottomBorderColor(CellStyle style,
Color color) |
static void |
setFillBackgroundColor(CellStyle newCellStyle,
Color xlsColor) |
static void |
setFillForegroundColor(CellStyle newCellStyle,
Color xlsColor) |
static void |
setFontColor(Workbook book,
Font font,
Color color) |
static void |
setLeftBorderColor(CellStyle style,
Color color) |
static void |
setRightBorderColor(CellStyle style,
Color color) |
static void |
setTopBorderColor(CellStyle style,
Color color) |
static java.lang.String |
toHex(int num) |
public static final java.lang.String AUTO_COLOR
public static final int SORT_NORMAL_DEFAULT
public static final int SORT_TEXT_AS_NUMBERS
public static final int SORT_HEADER_NO
public static final int SORT_HEADER_YES
public static int getRowFreeze(Sheet sheet)
public static int getColumnFreeze(Sheet sheet)
public static boolean isFreezePane(Sheet sheet)
public static java.lang.String colorToForegroundHTML(Workbook book, Color color)
public static java.lang.String colorToBackgroundHTML(Workbook book, Color color)
public static java.lang.String toHex(int num)
public static void setFillForegroundColor(CellStyle newCellStyle, Color xlsColor)
public static void setFillBackgroundColor(CellStyle newCellStyle, Color xlsColor)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.