public class JexcelUtil extends Object
| Constructor and Description |
|---|
JexcelUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copySheetProperties(jxl.Sheet src,
jxl.write.WritableSheet dest) |
WritableCellValue |
hyperlink(String address,
String description) |
static byte[] |
imageStreamToByteArray(InputStream is) |
static boolean |
isJxComment(String cellComment) |
static void |
setCellComment(jxl.write.WritableCell cell,
String commentText) |
static void |
setCellComment(jxl.write.WritableCell cell,
String commentText,
double width,
double height) |
public static void setCellComment(jxl.write.WritableCell cell,
String commentText)
public static void setCellComment(jxl.write.WritableCell cell,
String commentText,
double width,
double height)
public static byte[] imageStreamToByteArray(InputStream is) throws IOException
IOExceptionpublic WritableCellValue hyperlink(String address, String description)
public static void copySheetProperties(jxl.Sheet src,
jxl.write.WritableSheet dest)
public static boolean isJxComment(String cellComment)
Copyright © 2018. All rights reserved.