public final class XlsProjectionBuilder extends Object
| Constructor and Description |
|---|
XlsProjectionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static XlsProjection |
build(XlsMetaInfo xmi,
String xlsName) |
static XlsProjection |
buildCell(ICell cell,
String cellName) |
static XlsProjection |
buildCellFont(ICellFont font) |
static XlsProjection |
buildCellStyle(ICellStyle style) |
static XlsProjection |
buildRow(ILogicalTable row,
String rowName) |
static XlsProjection |
buildTable(IOpenLTable table,
String tableName) |
public static XlsProjection build(XlsMetaInfo xmi, String xlsName)
public static XlsProjection buildTable(IOpenLTable table, String tableName)
public static XlsProjection buildRow(ILogicalTable row, String rowName)
public static XlsProjection buildCell(ICell cell, String cellName)
public static XlsProjection buildCellStyle(ICellStyle style)
public static XlsProjection buildCellFont(ICellFont font)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.