XLSUtil
instead.@Deprecated public class XlsManager extends java.lang.Object
Constructor and Description |
---|
XlsManager(java.io.File file)
Deprecated.
Create a new file, overwritting existing one.
|
XlsManager(java.io.File file,
boolean load)
Deprecated.
load from existing file
|
XlsManager(java.lang.String file)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addImage(jxl.write.WritableImage image)
Deprecated.
|
void |
createNewPage(java.lang.String title)
Deprecated.
Create a new page.
|
jxl.write.WritableSheet |
getExcelPage()
Deprecated.
|
void |
SaveAndClose()
Deprecated.
|
void |
setLabel(int x,
int y,
java.lang.String texte)
Deprecated.
|
void |
setLabel(int x,
int y,
java.lang.String texte,
jxl.format.Colour background)
Deprecated.
|
void |
setNumber(int x,
int y,
double n)
Deprecated.
|
void |
setNumber(int x,
int y,
double n,
jxl.format.Colour background)
Deprecated.
|
void |
setPageName(java.lang.String name)
Deprecated.
|
public XlsManager(java.io.File file) throws java.io.IOException
file
- java.io.IOException
public XlsManager(java.io.File file, boolean load) throws java.io.IOException, jxl.read.biff.BiffException
file
- load
- java.io.IOException
jxl.read.biff.BiffException
public XlsManager(java.lang.String file) throws java.io.IOException
java.io.IOException
public void SaveAndClose()
public void createNewPage(java.lang.String title)
title
- public void setPageName(java.lang.String name)
public void addImage(jxl.write.WritableImage image)
public void setLabel(int x, int y, java.lang.String texte, jxl.format.Colour background)
public void setLabel(int x, int y, java.lang.String texte)
public void setNumber(int x, int y, double n, jxl.format.Colour background)
public void setNumber(int x, int y, double n)
public jxl.write.WritableSheet getExcelPage()