Serialized Form
-
Package org.jxls.builder
-
Exception org.jxls.builder.JxlsTemplateFillException
class JxlsTemplateFillException extends RuntimeException implements Serializable
-
-
Package org.jxls.builder.xls
-
Exception org.jxls.builder.xls.JxlsCommentException
class JxlsCommentException extends JxlsException implements Serializable
-
-
Package org.jxls.common
-
Exception org.jxls.common.JxlsException
class JxlsException extends RuntimeException implements Serializable- serialVersionUID:
- -3618771481378341613L
-
-
Package org.jxls.expression
-
Exception org.jxls.expression.EvaluationException
class EvaluationException extends RuntimeException implements Serializable- serialVersionUID:
- -611735067629358064L
-
-
Package org.jxls.jdbc
-
Class org.jxls.jdbc.CaseInsensitiveHashMap
- serialVersionUID:
- -2848100435296897392L
-
Serialized Fields
-
lowerCaseMap
Map<String,
String> lowerCaseMap The internal mapping from lowercase keys to the real keys.Any query operation using the key (
CaseInsensitiveHashMap.get(Object),CaseInsensitiveHashMap.containsKey(Object)) is done in three steps:- convert the parameter key to lower case
- get the actual key that corresponds to the lower case key
- query the map with the actual key
-
-
-
Package org.jxls.util
-
Exception org.jxls.util.CannotOpenWorkbookException
class CannotOpenWorkbookException extends JxlsException implements Serializable- serialVersionUID:
- -3618771481378341600L
-
Exception org.jxls.util.JxlsPropertyException
class JxlsPropertyException extends JxlsException implements Serializable-
Serialized Fields
-
write
boolean write
-
-
-