public class JexcelUtil extends Object
| Constructor and Description |
|---|
JexcelUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
copySheetProperties(jxl.Sheet src,
jxl.write.WritableSheet dest)
Deprecated.
|
WritableCellValue |
hyperlink(String address,
String description)
Deprecated.
|
static byte[] |
imageStreamToByteArray(InputStream is)
Deprecated.
|
static boolean |
isJxComment(String cellComment)
Deprecated.
|
static void |
setCellComment(jxl.write.WritableCell cell,
String commentText)
Deprecated.
|
static void |
setCellComment(jxl.write.WritableCell cell,
String commentText,
double width,
double height)
Deprecated.
|
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 © 2019. All rights reserved.