Yegor Kozlov
|
ef37deea55
|
fixed logic for matching cells and comments in HSSFCell.getCellComment()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@831025 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 16:43:24 +00:00 |
|
Josh Micich
|
74624c0cdd
|
Bugzilla 48044 - added implementation for CountBlank function (patch from Mads Mohr Christensen)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829293 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-24 00:41:30 +00:00 |
|
Josh Micich
|
c856343fc0
|
Bugzilla 48036 - added IntersectionEval to allow evaluation of the intersection formula operator.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@828244 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-21 23:00:09 +00:00 |
|
Josh Micich
|
5e240d7032
|
deleted 'svn:executable' property
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826045 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 19:17:12 +00:00 |
|
Josh Micich
|
3a2f15aafe
|
fixed compiler warnings and TODOs in org.apache.poi.hssf.record.formula.eval
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826041 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 19:07:11 +00:00 |
|
Josh Micich
|
a27dff24ea
|
simplify/optimise OperationEvaluatorFactory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826017 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 18:00:25 +00:00 |
|
Josh Micich
|
1833764495
|
Bugzilla 47969 - improvements to equals() methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824972 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 23:24:14 +00:00 |
|
Josh Micich
|
ed1b4794a0
|
Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@823348 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-08 22:29:41 +00:00 |
|
Josh Micich
|
a6ced5bc25
|
Minor improvements to error handling in ForkedEvaluator. Added junits.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@820479 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-30 22:25:53 +00:00 |
|
Josh Micich
|
c098ef803e
|
Bugzilla 47747 - fixed logic for locating shared formula records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816417 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-18 00:33:18 +00:00 |
|
Josh Micich
|
cae73922a6
|
Improvements to patch 47809 (support for UDFs)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816016 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-17 00:00:57 +00:00 |
|
Josh Micich
|
6977f358dd
|
Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816006 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-16 23:20:51 +00:00 |
|
Yegor Kozlov
|
d093e7c3a4
|
Added possibility to get EvaluationCell from RefEval, see bugzilla 47849
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815942 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-16 19:59:39 +00:00 |
|
Yegor Kozlov
|
0092e8152d
|
Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815935 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-16 19:29:42 +00:00 |
|
Yegor Kozlov
|
141dc22e84
|
improved work with user-defined functions, see Bugzilla 47809
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815928 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-16 19:16:39 +00:00 |
|
Yegor Kozlov
|
bd966f208b
|
removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-13 16:05:28 +00:00 |
|
Yegor Kozlov
|
81a095fa5e
|
added javadoc how to avoid Excel crash when creating too many HSSFRichTextString cells, see Bugzilla 47543
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814324 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-13 14:53:51 +00:00 |
|
Yegor Kozlov
|
e4378f5677
|
built-in positive formats don't need starting '(', see bugzilla 47770
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@813449 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-10 14:02:16 +00:00 |
|
Yegor Kozlov
|
0b4d43db7b
|
Necessary fix of FunctionEval (follow-on to patch 47768)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@813440 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-10 13:51:26 +00:00 |
|
Yegor Kozlov
|
dc05b63cb9
|
Added method setFunction(boolean) for defined names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@811998 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-07 05:17:23 +00:00 |
|
Yegor Kozlov
|
4f42192d39
|
Implementation of Excel Days360 and Npv functions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@811996 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-07 05:04:17 +00:00 |
|
Yegor Kozlov
|
f11f0c4138
|
Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla 47751
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@811994 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-07 04:55:32 +00:00 |
|
Yegor Kozlov
|
006806553c
|
fixed incorrect assignment in TextObjectRecord.clone()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@809658 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-31 16:56:22 +00:00 |
|
Josh Micich
|
dd9c89cc43
|
Bugzilla 47721 - Added implementation for INDIRECT()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806759 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-21 23:37:17 +00:00 |
|
Josh Micich
|
4076768ed3
|
minor improvements to sheet name validation and identification of cell references vs defined names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806395 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-20 23:25:10 +00:00 |
|
Yegor Kozlov
|
7e2a5dacee
|
Avoid exception when reading ClipboardData packet in OLE property sets, see bugzilla 45583
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806172 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-20 13:49:33 +00:00 |
|
Josh Micich
|
f226104c29
|
changed interface from OperationEval to Function for basic operators
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805971 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-19 20:55:44 +00:00 |
|
Josh Micich
|
ee3718b5a7
|
Fixing compiler warnings - unboxing parameter to overloaded method, unnecessary typecast
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805900 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-19 17:39:21 +00:00 |
|
Josh Micich
|
9926c89006
|
Fixed compiler warnings - unnecessary throws declaration
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805552 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 19:49:28 +00:00 |
|
Josh Micich
|
c304173145
|
Fixed compiler warnings - unnecessary else
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805492 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 16:50:24 +00:00 |
|
Josh Micich
|
c83d6bfa24
|
Fixing compiler warnings - unnecessary typecasts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805284 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 05:29:53 +00:00 |
|
Josh Micich
|
995d8fe73f
|
Fixed unused imports compiler warnings (and some others)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805262 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 02:41:45 +00:00 |
|
Josh Micich
|
37bbf5d179
|
Removed obsolete Eval interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805192 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-17 22:34:22 +00:00 |
|
Josh Micich
|
e72a30c440
|
Replaced obsolete Eval with ValueEval in signature of Function.evaluate()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805119 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-17 20:04:45 +00:00 |
|
Josh Micich
|
b25137db49
|
initial work on removing obsolete Eval interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805091 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-17 18:55:05 +00:00 |
|
Josh Micich
|
ab0268434e
|
Combined FuncVarEval into FunctionEval. Simplified selection of free ref functions.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805088 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-17 18:29:40 +00:00 |
|
Josh Micich
|
457a13f8a4
|
Follow-on for bugzilla 47652 - used more specific exception when password is incorrect
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@804381 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-14 21:35:44 +00:00 |
|
Josh Micich
|
c7ef83811b
|
Bugzilla 47652 - Added support for reading encrypted workbooks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801890 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-07 06:03:31 +00:00 |
|
Josh Micich
|
755b86af67
|
code improvements to RecordFactoryInputStream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801850 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-07 00:21:00 +00:00 |
|
Josh Micich
|
c37ef4c7ca
|
Bugzilla 47598 - Improved formula evaluator number comparison
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@798771 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 03:36:25 +00:00 |
|
Yegor Kozlov
|
47909f9f88
|
Fixed RecordFactoryInputStream to properly read continued DrawingRecords
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797737 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-25 10:22:04 +00:00 |
|
Yegor Kozlov
|
c9929932a2
|
added a cmd option to turn on deserialization of escher records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797735 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-25 10:21:28 +00:00 |
|
Josh Micich
|
32d0c7213e
|
Improvements to formula evaluation treatment of -0.0. (Refinements to fix for bug 47198
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797258 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-23 23:12:17 +00:00 |
|
Josh Micich
|
e6d41ed590
|
Converted ConcatEval to singleton
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797238 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-23 21:45:56 +00:00 |
|
Yegor Kozlov
|
bf76476b0e
|
updated docs on extraction of embedded objects, misc changes in HSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795394 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-18 16:49:56 +00:00 |
|
Yegor Kozlov
|
db7502182e
|
Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@793281 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-12 07:21:04 +00:00 |
|
Josh Micich
|
9ba354156d
|
Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@791595 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-06 19:59:32 +00:00 |
|
Yegor Kozlov
|
15ffa9ebda
|
refactored HSSFEventFactory to use RecordFactory instead of HSSFRecordStream, see Bugzilla 47448
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@791251 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-05 14:10:49 +00:00 |
|
Josh Micich
|
af131d4cee
|
Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788157 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-24 19:45:44 +00:00 |
|
Josh Micich
|
c71e498a11
|
Bugzilla 47412 - Fixed concurrency issue with EscherProperties.initProps()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@787771 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-23 18:06:18 +00:00 |
|