|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkBookHandle | |
|---|---|
| com.extentech.ExtenXLS | The ExtenXLS package contains the primary classes for working with spreadsheets. |
| com.extentech.ExtenXLS.binder | The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. |
| com.extentech.ExtenXLS.web | The ExtenXLS.web package contains ExtenXLS Spreadsheet classes enhanced with web and database persistence capabilities. |
| Uses of WorkBookHandle in com.extentech.ExtenXLS |
|---|
| Subclasses of WorkBookHandle in com.extentech.ExtenXLS | |
|---|---|
class |
EncryptedWorkBookHandle
EncryptedWorkBookHandle is a WorkBookHandle that manages encrypted files. |
| Methods in com.extentech.ExtenXLS that return WorkBookHandle | |
|---|---|
WorkBookHandle |
WorkBookHandle.getNoSheetWorkBook()
Returns a WorkBookHandle containing an empty version of this WorkBook. |
WorkBookHandle |
WorkBook.getNoSheetWorkBook()
Returns a WorkBookHandle containing an empty version of this WorkBook. |
WorkBookHandle |
WorkSheetHandle.getWorkBook()
Returns the WorkBookHandle for this Sheet |
| Methods in com.extentech.ExtenXLS with parameters of type WorkBookHandle | |
|---|---|
static int |
FormatHandle.addFont(com.extentech.formats.XLS.Font f,
WorkBookHandle bk)
adds a font to the global font store only if exact font is not already present |
boolean |
WorkBookHandle.addSheetFromWorkBook(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
Deprecated. - use addWorkSheet(WorkSheetHandle sht, String NewSheetName){ |
boolean |
WorkBook.addSheetFromWorkBook(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
Deprecated. |
boolean |
WorkBookHandle.addSheetFromWorkBookWithFormatting(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
Deprecated. - use addWorkSheet(WorkSheetHandle sht, String NewSheetName){ |
static CellRangeRef |
CellRangeRef.fromA1(String reference,
WorkBookHandle book)
Convenience method combining CellRangeRef.fromA1(String) and
CellRangeRef.resolve(WorkBookHandle). |
static CellHandle[] |
CellRange.getCells(String range,
WorkBookHandle wbh)
returns the cells for a given range static version |
DataObject |
WorkBookBeanFactory.getInfoBeansFromWorkBook(WorkBookHandle bk,
ExtenXLSReportFactory rptFactory)
This method retrieves values from WorkBookHandles and instantiates an DataObject from the Cell contents. |
static WorkBook |
ExtenXLS.getXLS(WorkBookHandle bk,
Object xmlsource)
Convert an XML WorkBook file to BIFF8 (native XLS) WorkBook Input roughly conforms to XMLSS Spec. |
void |
CellRangeRef.resolve(WorkBookHandle book)
Resolves sheet names into sheet handles against the given book. |
static void |
EncryptedWorkBookHandle.writeAndEncrypt(WorkBookHandle book,
OutputStream out,
String password)
Write a workbook in 128 bit encryption to the OutputStream provided. |
| Constructors in com.extentech.ExtenXLS with parameters of type WorkBookHandle | |
|---|---|
ChartHandle(com.extentech.formats.XLS.charts.Chart c,
WorkBookHandle wb)
Constructor which creates a new ChartHandle from an existing Chart Object |
|
NameHandle(String name,
String location,
WorkBookHandle book)
Create a new named range in the workbook |
|
NameHandle(String namestr,
WorkBookHandle myb)
Deprecated. |
|
| Uses of WorkBookHandle in com.extentech.ExtenXLS.binder |
|---|
| Methods in com.extentech.ExtenXLS.binder with parameters of type WorkBookHandle | |
|---|---|
static void |
CellBinderUtils.createRDF(WorkBookHandle bk,
String rdfName,
List cells,
Object mappings,
HashMap datasources,
HashMap vars)
Create an RDF from a template, a list of ranges and a data object of mappings |
static HashMap |
CellBinderUtils.getDataMarkers(WorkBookHandle wb,
String matchPattern)
create 2 List objects from workbook - a list of ranges and a list of mappings This is used with OfficeWriter-style mappings |
static List |
CellBinderUtils.getNamedRangesFromWorkBook(WorkBookHandle wb)
get a List of named range mappings from a workbook |
static void |
CellBinderUtils.getRDFFromDataMarkers(WorkBookHandle book,
String matchPattern,
HashMap datasources,
HashMap vars)
|
static void |
CellBinderUtils.getRDFFromDO(WorkBookHandle book,
Object dob,
HashMap datasources)
|
static void |
SimpleCellBinder.testWrite(WorkBookHandle b,
String nm)
write out an xls file |
| Uses of WorkBookHandle in com.extentech.ExtenXLS.web |
|---|
| Methods in com.extentech.ExtenXLS.web that return WorkBookHandle | |
|---|---|
WorkBookHandle |
MemeWorkBook.getNoSheetWorkBook()
|
| Methods in com.extentech.ExtenXLS.web with parameters of type WorkBookHandle | |
|---|---|
boolean |
MemeWorkBook.addSheetFromWorkBook(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
Deprecated. |
boolean |
MemeWorkBook.addSheetFromWorkBookWithFormatting(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||