|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.extentech.ExtenXLS.DocumentHandle
com.extentech.ExtenXLS.web.MemeDocument
com.extentech.ExtenXLS.web.MemeWorkBook
public class MemeWorkBook
This class provides Saving and Reconstituting WorkBooks as memes in the Extentech KB schema.
| Field Summary |
|---|
| Fields inherited from class com.extentech.ExtenXLS.web.MemeDocument |
|---|
ACCESS_STATUS_PRIVATE, ACCESS_STATUS_PUBLIC, ACCESS_STATUS_SHARED, FILE_TYPE_NATIVE, FILE_TYPE_XLS, FILE_TYPE_XLSX, FILE_TYPE_XMLSS, MEME_TYPE, STORAGE_LOCATION_DB, STORAGE_LOCATION_FILESYSTEM, STORAGE_LOCATION_S3 |
| Fields inherited from class com.extentech.ExtenXLS.DocumentHandle |
|---|
FORMAT_NATIVE |
| Fields inherited from interface com.extentech.ExtenXLS.WorkBook |
|---|
ALLOWDUPES, CALC_MODE_PROP, CALCULATE_ALWAYS, CALCULATE_AUTO, CALCULATE_EXPLICIT, REFTRACK_PROP, SHAREDUPES, STRING_ENCODING_AUTO, STRING_ENCODING_COMPRESSED, STRING_ENCODING_UNICODE |
| Fields inherited from interface com.extentech.ExtenXLS.Document |
|---|
DEBUG_HIGH, DEBUG_LOW, DEBUG_MEDIUM |
| Constructor Summary | |
|---|---|
MemeWorkBook()
May 16, 2010 |
|
MemeWorkBook(byte[] buf)
May 25, 2010 |
|
MemeWorkBook(Connection dbc,
byte[] in)
May 16, 2010 |
|
MemeWorkBook(Connection dbcon,
File fx)
May 16, 2010 |
|
MemeWorkBook(Connection cx,
int memeid,
int storeType,
int storeLocation)
Deprecated. storetype and storelocation are now handled within storage |
|
MemeWorkBook(int memeId,
WorkBookHandle theBook)
Create a new MemeWorkBook from the workbook passed in and set to the meme ID |
|
MemeWorkBook(String finpath)
|
|
MemeWorkBook(String finpath,
com.extentech.swingtools.ProgressDialog progdialog)
May 25, 2010 |
|
MemeWorkBook(WorkBookHandle book)
|
|
| Method Summary | |
|---|---|
void |
addProperty(String name,
Object val)
Sets the value of a property in the workbook property store. |
boolean |
addSheetFromWorkBook(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
Deprecated. |
boolean |
addSheetFromWorkBookWithFormatting(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
Deprecated. |
WorkSheetHandle |
addWorkSheet(WorkSheetHandle sourceSheet)
|
WorkSheetHandle |
addWorkSheet(WorkSheetHandle sourceSheet,
String NewSheetName)
Inserts a new worksheet and places it at the end of the workbook |
void |
calculateFormulas()
Iterate through the formulas in this WorkBook and call the calculate method on each. |
void |
close()
|
void |
copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
Copies an existing Chart to another WorkSheet |
void |
copyChartToSheet(String chartname,
String sheetname)
Copies an existing Chart to another WorkSheet |
WorkSheetHandle |
copyWorkSheet(String SourceSheetName,
String NewSheetName)
Copy (duplicate) a worksheet in the workbook and add it to the end of the workbook with a new name |
ChartHandle |
createChart(String name,
WorkSheetHandle wsh)
|
NameHandle |
createNamedRange(String name,
String rangeDef)
|
WorkSheetHandle |
createWorkSheet(String name)
Creates a new worksheet and places it at the end of the workbook |
WorkSheetHandle |
createWorkSheet(String name,
int sheetpos)
|
void |
deleteChart(String chartname,
WorkSheetHandle wsh)
|
boolean |
equals(Object obj)
|
boolean |
eventMode()
|
String[] |
getAllStrings()
|
String |
getAllStringsInDocument()
Get all strings in the SST separated by crlf |
WorkBookHandle |
getBook()
get the underlying WorkBookHandle delegate |
byte[] |
getBytes()
Deprecated. |
CellHandle |
getCell(String address)
Returns the Cell at the specified Location |
CellRange[] |
getCellRanges()
|
CellHandle[] |
getCells()
Returns all of the Cells contained in the WorkBook |
ChartHandle |
getChart(String chartname)
Returns a Chart Handle |
ChartHandle |
getChartById(int id)
|
ChartHandle[] |
getCharts()
Returns all Chart Handles contained in the WorkBook |
FormatHandle[] |
getConditionalFormats()
|
com.extentech.formats.XLS.WorkBookFactory |
getFactory()
|
String |
getFileExtension()
Gets the file name extension for this document's native format. |
String |
getFileName()
Gets the file associated with this document. |
int |
getFormat()
Gets the constant representing this document's native format. |
FormatHandle[] |
getFormats()
Returns an Array of all the FormatHandles present in the workbook |
int |
getFormulaCalculationMode()
|
FormulaHandle |
getFormulaHandle(String celladdress)
|
ImageHandle |
getImage(String imagename)
|
File |
getImage(String fname,
int thumbWidth,
int thumbHeight,
int frameWidth,
int frameHeight)
|
ImageHandle[] |
getImages()
|
boolean |
getIsExcel2007()
|
String |
getName()
Gets the user-visible descriptive name or title of this document. |
NameHandle |
getNamedRange(String rangename)
Returns a Named Range Handle |
NameHandle |
getNamedRangeInScope(String rangename)
|
NameHandle[] |
getNamedRanges()
Returns all Named Range Handles |
NameHandle[] |
getNamedRangesInScope()
|
WorkBookHandle |
getNoSheetWorkBook()
Returns a WorkBookHandle containing an empty version of this WorkBook. |
int |
getNumCells()
Returns the number of Cells in this WorkBook |
int |
getNumWorkSheets()
|
PivotTableHandle |
getPivotTable(String ptname)
get a handle to a PivotTable in the WorkBook |
PivotTableHandle[] |
getPivotTables()
get an array of handles to all PivotTables in the WorkBook |
Map |
getProperties()
Retrieves a Map containing the workbook properties store. |
Object |
getProperty(String name)
Retrieves a property in the workbook property store. |
String |
getStats()
|
String |
getStats(boolean usehtml)
|
WorkBookHandle |
getTarget()
Returns the wrapped WorkBookHandle. |
com.extentech.formats.XLS.WorkBook |
getWorkBook()
Returns a low-level WorkBook. |
WorkSheetHandle |
getWorkSheet(int sheetnum)
returns the handle to a WorkSheet by name. |
WorkSheetHandle |
getWorkSheet(String handstr)
returns the handle to a WorkSheet by name. |
WorkSheetHandle[] |
getWorkSheets()
Returns an array of handles to all of the WorkSheets in the Workbook. |
String |
getXLSVersionString()
|
String |
getXML()
get the document as an XML String |
int |
hashCode()
|
boolean |
is1904()
|
void |
load(int memeid)
Deprecated. |
void |
markFormulasDirty()
|
void |
recalc()
|
void |
removeAllWorkSheets()
Removes all of the WorkSheets from this WorkBook. |
void |
reset()
Resets the document state to what it was when it was loaded. |
DocumentHandle |
revert()
retrieve the latest from the db and replaces current workbook |
int |
searchAndReplace(String searchfor,
String replacewith)
|
void |
setDebugLevel(int l)
Sets the debugging output level. |
void |
setDefaultColWidth(int t)
set Default col width Note: only affects undefined Columns containing Cells |
void |
setDefaultRowHeight(int t)
set Default row height Note: only affects undefined Rows containing Cells |
void |
setDupeStringMode(int mode)
Set Duplicate String Handling Mode. |
void |
setFileName(String nm)
Sets the file name associated with this document. |
void |
setFormulaCalculationMode(int CalcMode)
Explicit calcing of formulas |
void |
setIsExcel2007(boolean isExcel2007)
|
void |
setName(String nm)
Sets the user-visible descriptive name or title of this document. |
void |
setProperties(Map properties)
Replaces the workbook properties with the values in a given Map. |
void |
setProtected(boolean b)
set the workbook to protected mode Note: the password cannot be decrypted or changed in Excel -- protection can only be set/removed using ExtenXLS |
void |
setShowSheetTabs(boolean show)
|
void |
setStringEncodingMode(int mode)
Set Encoding mode of new Strings added to file. |
boolean |
showSheetTabs()
|
String |
toString()
Returns a string representation of the object. |
void |
write(File file)
Writes the document to the given file in its native format. |
void |
write(File file,
int format)
Writes the document to the given file in the requested format. |
void |
write(OutputStream out)
Writes the document to the given stream in its native format. |
void |
write(OutputStream out,
boolean Excel2007Format)
|
void |
write(OutputStream dest,
int format)
Writes the document to the given stream in the requested format. |
void |
write(String fname)
|
void |
write(String fname,
boolean Excel2007Format)
|
StringBuffer |
writeBytes(OutputStream bout)
|
void |
writeXLSXBytes(OutputStream bout)
|
void |
writeXLSXBytes(OutputStream dest,
int format)
|
| Methods inherited from class com.extentech.ExtenXLS.DocumentHandle |
|---|
getInstance, getVersion |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.extentech.toolkit.LogOutputter |
|---|
log, log, log |
| Constructor Detail |
|---|
public MemeWorkBook(Connection cx,
int memeid,
int storeType,
int storeLocation)
Connection - database connectionmemeid - meme idstoreType - maps to STORAGE static ints, force to a specific save as type. native (0) will save as existing formatpublic MemeWorkBook()
public MemeWorkBook(int memeId,
WorkBookHandle theBook)
theBook - public MemeWorkBook(WorkBookHandle book)
public MemeWorkBook(Connection dbc,
byte[] in)
dbc - in -
public MemeWorkBook(Connection dbcon,
File fx)
dbcon - fx - public MemeWorkBook(byte[] buf)
buf -
public MemeWorkBook(String finpath,
com.extentech.swingtools.ProgressDialog progdialog)
finpath - progdialog - public MemeWorkBook(String finpath)
file - pathname to input file| Method Detail |
|---|
public WorkBookHandle getTarget()
WorkBookHandle.
public WorkBookHandle getBook()
public void addProperty(String name,
Object val)
DocumentHandle
addProperty in interface DocumentaddProperty in interface WorkBookaddProperty in class DocumentHandlename - val - DocumentHandle.addProperty(java.lang.String, java.lang.Object)public DocumentHandle revert()
revert in class MemeDocument
public boolean addSheetFromWorkBook(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
WorkBook
addSheetFromWorkBook in interface WorkBooksourceBook - sourceSheetName - destSheetName -
WorkBookHandle.addSheetFromWorkBook(com.extentech.ExtenXLS.WorkBookHandle, java.lang.String, java.lang.String)
public boolean addSheetFromWorkBookWithFormatting(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
sourceBook - sourceSheetName - destSheetName -
WorkBookHandle.addSheetFromWorkBookWithFormatting(com.extentech.ExtenXLS.WorkBookHandle, java.lang.String, java.lang.String)
public WorkSheetHandle addWorkSheet(WorkSheetHandle sourceSheet,
String NewSheetName)
WorkBook
addWorkSheet in interface WorkBooksourceSheet - NewSheetName -
WorkBookHandle.addWorkSheet(com.extentech.ExtenXLS.WorkSheetHandle, java.lang.String)public WorkSheetHandle addWorkSheet(WorkSheetHandle sourceSheet)
sourceSheet -
WorkBookHandle.addWorkSheet(com.extentech.ExtenXLS.WorkSheetHandle)public String getAllStringsInDocument()
getAllStringsInDocument in class MemeDocumentpublic void close()
close in interface CloseableCloseable.close()
public void copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
throws com.extentech.formats.XLS.ChartNotFoundException,
com.extentech.formats.XLS.WorkSheetNotFoundException
WorkBook
copyChartToSheet in interface WorkBookchart - sheet -
com.extentech.formats.XLS.ChartNotFoundException
com.extentech.formats.XLS.WorkSheetNotFoundExceptionWorkBookHandle.copyChartToSheet(com.extentech.ExtenXLS.ChartHandle, com.extentech.ExtenXLS.WorkSheetHandle)
public void copyChartToSheet(String chartname,
String sheetname)
throws com.extentech.formats.XLS.ChartNotFoundException,
com.extentech.formats.XLS.WorkSheetNotFoundException
WorkBook
copyChartToSheet in interface WorkBookchartname - sheetname -
com.extentech.formats.XLS.ChartNotFoundException
com.extentech.formats.XLS.WorkSheetNotFoundExceptionWorkBookHandle.copyChartToSheet(java.lang.String, java.lang.String)
public WorkSheetHandle copyWorkSheet(String SourceSheetName,
String NewSheetName)
throws com.extentech.formats.XLS.WorkSheetNotFoundException
WorkBook
copyWorkSheet in interface WorkBookSourceSheetName - NewSheetName -
com.extentech.formats.XLS.WorkSheetNotFoundExceptionWorkBookHandle.copyWorkSheet(java.lang.String, java.lang.String)
public ChartHandle createChart(String name,
WorkSheetHandle wsh)
name - wsh -
WorkBookHandle.createChart(java.lang.String, com.extentech.ExtenXLS.WorkSheetHandle)
public NameHandle createNamedRange(String name,
String rangeDef)
name - rangeDef -
WorkBookHandle.createNamedRange(java.lang.String, java.lang.String)
public WorkSheetHandle createWorkSheet(String name,
int sheetpos)
name - sheetpos -
WorkBookHandle.createWorkSheet(java.lang.String, int)public WorkSheetHandle createWorkSheet(String name)
WorkBook
createWorkSheet in interface WorkBookname -
WorkBookHandle.createWorkSheet(java.lang.String)
public void deleteChart(String chartname,
WorkSheetHandle wsh)
throws com.extentech.formats.XLS.ChartNotFoundException
chartname - wsh -
com.extentech.formats.XLS.ChartNotFoundExceptionWorkBookHandle.deleteChart(java.lang.String, com.extentech.ExtenXLS.WorkSheetHandle)public boolean equals(Object obj)
equals in class Objectobj -
Object.equals(java.lang.Object)public byte[] getBytes()
WorkBook
getBytes in interface WorkBookWorkBookHandle.getBytes()
public CellHandle getCell(String address)
throws com.extentech.formats.XLS.CellNotFoundException,
com.extentech.formats.XLS.WorkSheetNotFoundException
WorkBook
getCell in interface WorkBookaddress -
com.extentech.formats.XLS.CellNotFoundException
com.extentech.formats.XLS.WorkSheetNotFoundExceptionWorkBookHandle.getCell(java.lang.String)public CellRange[] getCellRanges()
WorkBookHandle.getCellRanges()public CellHandle[] getCells()
WorkBook
getCells in interface WorkBookWorkBookHandle.getCells()
public ChartHandle getChart(String chartname)
throws com.extentech.formats.XLS.ChartNotFoundException
WorkBook
getChart in interface WorkBookchartname -
com.extentech.formats.XLS.ChartNotFoundExceptionWorkBookHandle.getChart(java.lang.String)public String getXML()
getXML in class MemeDocument
public ChartHandle getChartById(int id)
throws com.extentech.formats.XLS.ChartNotFoundException
id -
com.extentech.formats.XLS.ChartNotFoundExceptionWorkBookHandle.getChartById(int)public ChartHandle[] getCharts()
WorkBook
getCharts in interface WorkBookWorkBookHandle.getCharts()public FormatHandle[] getConditionalFormats()
WorkBookHandle.getConditionalFormats()public FormatHandle[] getFormats()
WorkBook
getFormats in interface WorkBookWorkBookHandle.getFormats()public int getFormulaCalculationMode()
getFormulaCalculationMode in interface WorkBookWorkBookHandle.getFormulaCalculationMode()
public FormulaHandle getFormulaHandle(String celladdress)
throws com.extentech.formats.XLS.FormulaNotFoundException
celladdress -
com.extentech.formats.XLS.FormulaNotFoundExceptionWorkBookHandle.getFormulaHandle(java.lang.String)
public ImageHandle getImage(String imagename)
throws com.extentech.formats.XLS.ImageNotFoundException
imagename -
com.extentech.formats.XLS.ImageNotFoundExceptionWorkBookHandle.getImage(java.lang.String)public ImageHandle[] getImages()
WorkBookHandle.getImages()public boolean getIsExcel2007()
WorkBookHandle.getIsExcel2007()public String getName()
DocumentHandle
getName in interface DocumentgetName in interface WorkBookgetName in class DocumentHandleWorkBookHandle.getName()
public NameHandle getNamedRange(String rangename)
throws com.extentech.formats.XLS.CellNotFoundException
WorkBook
getNamedRange in interface WorkBookrangename -
com.extentech.formats.XLS.CellNotFoundExceptionWorkBookHandle.getNamedRange(java.lang.String)
public NameHandle getNamedRangeInScope(String rangename)
throws com.extentech.formats.XLS.CellNotFoundException
rangename -
com.extentech.formats.XLS.CellNotFoundExceptionWorkBookHandle.getNamedRangeInScope(java.lang.String)public NameHandle[] getNamedRanges()
WorkBook
getNamedRanges in interface WorkBookWorkBookHandle.getNamedRanges()public NameHandle[] getNamedRangesInScope()
WorkBookHandle.getNamedRangesInScope()public WorkBookHandle getNoSheetWorkBook()
WorkBook
getNoSheetWorkBook in interface WorkBookWorkBookHandle.getNoSheetWorkBook()public int getNumCells()
WorkBook
getNumCells in interface WorkBookWorkBookHandle.getNumCells()public int getNumWorkSheets()
WorkBookHandle.getNumWorkSheets()
public PivotTableHandle getPivotTable(String ptname)
throws com.extentech.formats.XLS.PivotTableNotFoundException
WorkBook
getPivotTable in interface WorkBookptname -
com.extentech.formats.XLS.PivotTableNotFoundExceptionWorkBookHandle.getPivotTable(java.lang.String)
public PivotTableHandle[] getPivotTables()
throws com.extentech.formats.XLS.PivotTableNotFoundException
WorkBook
getPivotTables in interface WorkBookcom.extentech.formats.XLS.PivotTableNotFoundExceptionWorkBookHandle.getPivotTables()public Map getProperties()
DocumentHandle
getProperties in class DocumentHandleDocumentHandle.getProperties()public Object getProperty(String name)
DocumentHandle
getProperty in interface DocumentgetProperty in interface WorkBookgetProperty in class DocumentHandlename -
DocumentHandle.getProperty(java.lang.String)public String getStats()
WorkBookHandle.getStats()public String getStats(boolean usehtml)
usehtml -
WorkBookHandle.getStats(boolean)public com.extentech.formats.XLS.WorkBook getWorkBook()
WorkBook
getWorkBook in interface WorkBookWorkBookHandle.getWorkBook()
public WorkSheetHandle getWorkSheet(int sheetnum)
throws com.extentech.formats.XLS.WorkSheetNotFoundException
WorkBook
getWorkSheet in interface WorkBooksheetnum -
com.extentech.formats.XLS.WorkSheetNotFoundExceptionWorkBookHandle.getWorkSheet(int)
public WorkSheetHandle getWorkSheet(String handstr)
throws com.extentech.formats.XLS.WorkSheetNotFoundException
WorkBook
getWorkSheet in interface WorkBookhandstr -
com.extentech.formats.XLS.WorkSheetNotFoundExceptionWorkBookHandle.getWorkSheet(java.lang.String)public WorkSheetHandle[] getWorkSheets()
WorkBook
getWorkSheets in interface WorkBookWorkBookHandle.getWorkSheets()public String getXLSVersionString()
WorkBookHandle.getXLSVersionString()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean is1904()
WorkBookHandle.is1904()public void removeAllWorkSheets()
WorkBook
removeAllWorkSheets in interface WorkBookWorkBookHandle.removeAllWorkSheets()public void reset()
DocumentHandle
reset in interface Documentreset in interface WorkBookreset in class DocumentHandleDocumentHandle.reset()
public int searchAndReplace(String searchfor,
String replacewith)
searchfor - replacewith -
WorkBookHandle.searchAndReplace(java.lang.String, java.lang.String)public void setDebugLevel(int l)
DocumentHandle
setDebugLevel in interface DocumentsetDebugLevel in interface WorkBooksetDebugLevel in class DocumentHandlel - DocumentHandle.setDebugLevel(int)public void setDefaultColWidth(int t)
WorkBook
setDefaultColWidth in interface WorkBookt - WorkBookHandle.setDefaultColWidth(int)public void setDefaultRowHeight(int t)
WorkBook
setDefaultRowHeight in interface WorkBookt - WorkBookHandle.setDefaultRowHeight(int)public void setDupeStringMode(int mode)
WorkBook
setDupeStringMode in interface WorkBookmode - WorkBookHandle.setDupeStringMode(int)public void setFormulaCalculationMode(int CalcMode)
WorkBook
setFormulaCalculationMode in interface WorkBookCalcMode - WorkBookHandle.setFormulaCalculationMode(int)public void setName(String nm)
DocumentHandle
setName in interface DocumentsetName in interface WorkBooksetName in class DocumentHandlenm - DocumentHandle.setName(java.lang.String)public void setProperties(Map properties)
DocumentHandle
setProperties in class DocumentHandleproperties - DocumentHandle.setProperties(java.util.Map)public void setProtected(boolean b)
WorkBook
setProtected in interface WorkBookb - WorkBookHandle.setProtected(boolean)public void setStringEncodingMode(int mode)
WorkBook
setStringEncodingMode in interface WorkBookmode - WorkBookHandle.setStringEncodingMode(int)public String toString()
DocumentHandleDocumentHandle.getName().
toString in interface WorkBooktoString in class DocumentHandleDocumentHandle.toString()
public void write(OutputStream out,
boolean Excel2007Format)
out - Excel2007Format - WorkBookHandle.write(java.io.OutputStream, boolean)
public void write(OutputStream out)
throws IOException
DocumentHandle
write in class DocumentHandleout -
IOException - if an error occurs while writing to the streamDocumentHandle.write(java.io.OutputStream)
public void write(String fname,
boolean Excel2007Format)
fname - Excel2007Format - WorkBookHandle.write(java.lang.String, boolean)public void write(String fname)
fname - WorkBookHandle.write(java.lang.String)public StringBuffer writeBytes(OutputStream bout)
writeBytes in interface WorkBookbout -
WorkBookHandle.writeBytes(java.io.OutputStream)
public void writeXLSXBytes(OutputStream bout)
throws Exception
bout -
ExceptionWorkBookHandle.writeXLSXBytes(java.io.OutputStream)public void load(int memeid)
load in class MemeDocumentmemeid - public void setFileName(String nm)
DocumentHandle
setFileName in class DocumentHandlepublic String getFileName()
null.
public File getFile() {
return myBook.getWorkBook().getFileName();
}
getFileName in class DocumentHandlepublic boolean eventMode()
public com.extentech.formats.XLS.WorkBookFactory getFactory()
public void write(File file,
int format)
throws IOException
DocumentHandle
write in class DocumentHandlefile - the path to which the document should be writtenformat - the constant representing the desired output format
IOException - if an error occurs while writing to the filepublic String[] getAllStrings()
public void write(File file)
throws IOException
DocumentHandle
write in class DocumentHandlefile - the path to which the document should be written
IOException - if an error occurs while writing to the streampublic boolean showSheetTabs()
public void setShowSheetTabs(boolean show)
public int getFormat()
DocumentHandle
getFormat in class DocumentHandle
public void write(OutputStream dest,
int format)
throws IOException
DocumentHandle
write in class DocumentHandledest - the stream to which the document should be writtenformat - the constant representing the desired output format
IOException - if an error occurs while writing to the stream
public void writeXLSXBytes(OutputStream dest,
int format)
throws Exception
Exceptionpublic void setIsExcel2007(boolean isExcel2007)
public void markFormulasDirty()
public void recalc()
public File getImage(String fname,
int thumbWidth,
int thumbHeight,
int frameWidth,
int frameHeight)
throws Exception
Exceptionpublic String getFileExtension()
DocumentHandle
getFileExtension in class DocumentHandlepublic void calculateFormulas()
WorkBook
calculateFormulas in interface WorkBook
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||