- calculateHeight() - Method in class org.jxls.common.CellRange
-
- calculateWidth() - Method in class org.jxls.common.CellRange
-
- CaseInsensitiveHashMap - Class in org.jxls.jdbc
-
This class is taken from Apache Commons DbUtils library (https://commons.apache.org/proper/commons-dbutils/)
A Map that converts all keys to lowercase Strings for case insensitive
lookups.
- CaseInsensitiveHashMap() - Constructor for class org.jxls.jdbc.CaseInsensitiveHashMap
-
- cellComment - Variable in class org.jxls.common.CellData
-
- CellData - Class in org.jxls.common
-
Represents an excel cell data holder and cell value evaluator
- CellData(CellRef) - Constructor for class org.jxls.common.CellData
-
- CellData(String, int, int, CellData.CellType, Object) - Constructor for class org.jxls.common.CellData
-
- CellData(CellRef, CellData.CellType, Object) - Constructor for class org.jxls.common.CellData
-
- CellData(String, int, int) - Constructor for class org.jxls.common.CellData
-
- CellData.CellType - Enum in org.jxls.common
-
- CellData.FormulaStrategy - Enum in org.jxls.common
-
- cellDataList - Variable in class org.jxls.common.RowData
-
- CellRange - Class in org.jxls.common
-
Represents an excel cell range
- CellRange(CellRef, int, int) - Constructor for class org.jxls.common.CellRange
-
- cellRef - Variable in class org.jxls.common.CellData
-
- CellRef - Class in org.jxls.common
-
Represents cell reference
- CellRef(String, int, int) - Constructor for class org.jxls.common.CellRef
-
- CellRef(int, int) - Constructor for class org.jxls.common.CellRef
-
- CellRef(String) - Constructor for class org.jxls.common.CellRef
-
- CellRefColPrecedenceComparator - Class in org.jxls.common
-
Cell comparator used to order cells first by columns and then by rows
- CellRefColPrecedenceComparator() - Constructor for class org.jxls.common.CellRefColPrecedenceComparator
-
- cellReferenceIsWithinRange(String, String, int, int) - Static method in class org.jxls.util.CellRefUtil
-
Used to decide whether a name of the form "[A-Z]*[0-9]*" that appears in a formula can be
interpreted as a cell reference.
- CellRefGenerator - Interface in org.jxls.command
-
Defines generic method for generating new cell references during
EachCommand
command iteration
- CellRefRowPrecedenceComparator - Class in org.jxls.common
-
Cell comparator used to order cell by rows first and then by columns
- CellRefRowPrecedenceComparator() - Constructor for class org.jxls.common.CellRefRowPrecedenceComparator
-
- CellRefUtil - Class in org.jxls.util
-
This is a class to convert Excel cell names to (sheet,row,col) representations and vice versa
The current code is taken from Apache POI CellReference class (@link http://poi.apache.org/apidocs/org/apache/poi/ss/util/CellReference.html)
- CellRefUtil() - Constructor for class org.jxls.util.CellRefUtil
-
- CellShiftStrategy - Interface in org.jxls.common.cellshift
-
Defines cell shift strategy
- cellType - Variable in class org.jxls.common.CellData
-
- cellValue - Variable in class org.jxls.common.CellData
-
- CLEAR_CELLS_ATTR - Static variable in class org.jxls.builder.xml.AreaAction
-
- clearCell(CellRef) - Method in interface org.jxls.transform.Transformer
-
- clearCells() - Method in class org.jxls.area.XlsArea
-
- columnWidth - Variable in class org.jxls.common.SheetData
-
- Command - Interface in org.jxls.command
-
A command interface defines a transformation of a list of areas at a specified cell
Date: Mar 13, 2009
- COMMAND_CLASS_ATTR - Static variable in class org.jxls.builder.xml.UserCommandAction
-
- COMMAND_NAME - Static variable in class org.jxls.command.GridCommand
-
- COMMAND_PREFIX - Static variable in class org.jxls.builder.xls.XlsCommentAreaBuilder
-
- CommandData - Class in org.jxls.area
-
A command holder class
- CommandData(AreaRef, Command) - Constructor for class org.jxls.area.CommandData
-
- CommandData(String, Command) - Constructor for class org.jxls.area.CommandData
-
- CommandData(CellRef, Size, Command) - Constructor for class org.jxls.area.CommandData
-
- compare(CellRef, CellRef) - Method in class org.jxls.common.CellRefColPrecedenceComparator
-
- compare(CellRef, CellRef) - Method in class org.jxls.common.CellRefRowPrecedenceComparator
-
- compareTo(CellRef) - Method in class org.jxls.common.CellRef
-
- CONDITION_ATTR - Static variable in class org.jxls.builder.xml.IfAction
-
- Config() - Constructor for class org.jxls.common.Context.Config
-
- contains(CellRef) - Method in class org.jxls.common.AreaRef
-
- contains(int, int) - Method in class org.jxls.common.AreaRef
-
- contains(AreaRef) - Method in class org.jxls.common.AreaRef
-
- containsKey(Object) - Method in class org.jxls.jdbc.CaseInsensitiveHashMap
- Context - Class in org.jxls.common
-
Map bean context
Date: Nov 2, 2009
- Context() - Constructor for class org.jxls.common.Context
-
- Context(Map<String, Object>) - Constructor for class org.jxls.common.Context
-
- Context.Config - Class in org.jxls.common
-
Special config class to use in Area processing
- convertColStringToIndex(String) - Static method in class org.jxls.util.CellRefUtil
-
takes in a column reference portion of a CellRef and converts it from
ALPHA-26 number format to 0-based base 10.
- convertNumToColString(int) - Static method in class org.jxls.util.CellRefUtil
-
Takes in a 0-based base-10 column and returns a ALPHA-26
representation.
- createInitialContext() - Method in class org.jxls.transform.AbstractTransformer
-
- createInitialContext() - Method in interface org.jxls.transform.Transformer
-
- createTargetCellRef(List<CellRef>) - Static method in class org.jxls.util.Util
-
- createTargetCellRefListByColumn(CellRef, List<CellRef>, List<CellRef>) - Static method in class org.jxls.util.Util
-
- createTransformer(InputStream, OutputStream) - Static method in class org.jxls.util.TransformerFactory
-