Package | Description |
---|---|
org.javlo.component.files | |
org.javlo.helper | |
org.javlo.utils |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,Cell>> |
ArrayMap.entrySet() |
Constructor and Description |
---|
ArrayMap(Cell[][] inData) |
Modifier and Type | Method and Description |
---|---|
static Cell[][] |
ComponentHelper.componentsToArray(ContentContext ctx,
Collection<IContentVisualComponent> components,
String type) |
Modifier and Type | Method and Description |
---|---|
static Cell[][] |
XLSTools.createArray(int x,
int y) |
Cell[][] |
Cell.getArray() |
static Cell[][] |
XLSTools.getArray(ContentContext ctx,
File file) |
static Cell[][] |
XLSTools.getCellArray(String[][] array) |
protected static Cell[][] |
XLSTools.getXLSArray(ContentContext ctx,
File xslxFile) |
protected static Cell[][] |
XLSTools.getXLSXArray(ContentContext ctx,
File xslxFile) |
Modifier and Type | Method and Description |
---|---|
static List<Map<String,Cell>> |
XLSTools.getItems(ContentContext ctx,
Cell[][] data) |
Modifier and Type | Method and Description |
---|---|
static List<Map<String,Cell>> |
XLSTools.getItems(ContentContext ctx,
Cell[][] data) |
static void |
XLSTools.writeXLS(Cell[][] array,
OutputStream out) |
static void |
XLSTools.writeXLSX(Cell[][] array,
OutputStream out) |
Constructor and Description |
---|
Cell(String value,
Double doubleValue,
Cell[][] arrays,
int x,
int y) |
Copyright © 2012-2018. All Rights Reserved.