Uses of Class
org.javlo.utils.Cell
-
Packages that use Cell Package Description org.javlo.component.files org.javlo.component.web2.survey org.javlo.helper org.javlo.i18n org.javlo.utils -
-
Uses of Cell in org.javlo.component.files
Methods in org.javlo.component.files that return types with arguments of type Cell Modifier and Type Method Description Set<Map.Entry<String,Cell>>
ArrayMap. entrySet()
Constructors in org.javlo.component.files with parameters of type Cell Constructor Description ArrayMap(Cell[][] inData)
-
Uses of Cell in org.javlo.component.web2.survey
Methods in org.javlo.component.web2.survey with parameters of type Cell Modifier and Type Method Description static Map<String,Double>
SurveyAverage. average(Cell[][] cells, boolean underscore, int maxSizeLabel, String labelSeparator)
-
Uses of Cell in org.javlo.helper
Methods in org.javlo.helper that return Cell Modifier and Type Method Description static Cell[][]
ComponentHelper. componentsToArray(ContentContext ctx, Collection<IContentVisualComponent> components, String type)
Methods in org.javlo.helper with parameters of type Cell Modifier and Type Method Description static List<String>
ArrayHelper. getTitles(Cell[][] cells)
-
Uses of Cell in org.javlo.i18n
Methods in org.javlo.i18n with parameters of type Cell Modifier and Type Method Description static void
ExcelPropertiesConverter. copy(Cell[] source, Cell[] target)
-
Uses of Cell in org.javlo.utils
Methods in org.javlo.utils that return Cell Modifier and Type Method Description static Cell[][]
XLSTools. createArray(int x, int y)
Cell[][]
Cell. getArray()
static Cell[][]
XLSTools. getArray(ContentContext ctx, File file)
static Cell[][]
XLSTools. getArray(ContentContext ctx, File file, String sheetNames)
static Cell[][]
XLSTools. getArray(ContentContext ctx, URL url)
static Cell[][]
XLSTools. getArray(ContentContext ctx, URL url, String sheetNames)
static Cell[][]
XLSTools. getCellArray(String[][] array)
protected static Cell[][]
XLSTools. getXLSArray(ContentContext ctx, File xslxFile, String sheetName)
static Cell[][]
XLSTools. getXLSXArray(ContentContext ctx, File xslxFile, String sheetName)
static Cell[][]
XLSTools. getXLSXArray(ContentContext ctx, InputStream in, String sheetName)
static Cell[][]
CSVFactory. loadContentAsCell(File file)
static Cell[][]
CSVFactory. loadContentAsCell(InputStream in)
Methods in org.javlo.utils that return types with arguments of type Cell Modifier and Type Method Description static List<Map<String,Cell>>
XLSTools. getItems(ContentContext ctx, Cell[][] data)
Methods in org.javlo.utils with parameters of type Cell Modifier and Type Method Description static List<Map<String,Cell>>
XLSTools. getItems(ContentContext ctx, Cell[][] data)
void
Cell. setArray(Cell[][] inArray)
static void
XLSTools. writeXLS(Cell[][] array, OutputStream out)
static void
XLSTools. writeXLSX(Cell[][] array, File out)
static void
XLSTools. writeXLSX(Cell[][] array, OutputStream out)
static void
XLSTools. writeXLSX(Cell[][] array, OutputStream out, File sourceFile, String sheetName)
Constructors in org.javlo.utils with parameters of type Cell Constructor Description Cell(String value, Double doubleValue, Cell[][] arrays, int x, int y)
-