|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.qbe.crosstable.exporter.CrosstabXLSExporter
it.eng.spagobi.engines.qbe.crosstable.exporter.CrosstabXLSXExporter
public class CrosstabXLSXExporter
Exports the crosstab data (formatted as a JSON object in input) into a XLSX file. The JSON object should have this structure (a node is {node_key:"Text", node_childs:[...]}): columns: {...} contains tree node structure of the columns' headers rows: {...} contains tree node structure of the rows' headers data: [[...], [...], ...] 2-dimensional matrix containing crosstab data
Field Summary | |
---|---|
static org.apache.log4j.Logger |
logger
Logger component. |
Constructor Summary | |
---|---|
CrosstabXLSXExporter(java.util.Properties properties)
|
Method Summary | |
---|---|
protected int |
getCellTypeNumeric()
|
protected int |
getCellTypeString()
|
Methods inherited from class it.eng.spagobi.engines.qbe.crosstable.exporter.CrosstabXLSExporter |
---|
buildColumnsHeader, buildDataCellStyle, buildDataMatrix, buildDimensionCellStyle, buildHeaderCellStyle, buildNACellStyle, buildRowHeaderTitle, buildRowsHeaders, commonFillSheet, fillAlreadyCreatedSheet, getCalculatedFieldDecimals, getNumberFormat, getProperty, initSheet, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static transient org.apache.log4j.Logger logger
Constructor Detail |
---|
public CrosstabXLSXExporter(java.util.Properties properties)
Method Detail |
---|
protected int getCellTypeNumeric()
getCellTypeNumeric
in class CrosstabXLSExporter
protected int getCellTypeString()
getCellTypeString
in class CrosstabXLSExporter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |