Yegor Kozlov
|
fe048df54e
|
Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@935896 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-20 12:57:27 +00:00 |
|
Nick Burch
|
04ac9edea6
|
Add missing license headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933959 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-14 14:02:04 +00:00 |
|
Nick Burch
|
d1486edc42
|
Lots more documentation on how we read in POIFS files and process the sectors/blocks and FATs. Also add a test that shows that bug #46391 is invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933663 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-13 15:04:45 +00:00 |
|
Nick Burch
|
918f1a496d
|
Fix an issue with the HSMF tests working on some machines but not others - Make poifs.filesystem.DirectoryNode preserve the original ordering of its files, which HSMF needs to be able
to correctly match up chunks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@911878 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-19 17:55:32 +00:00 |
|
Yegor Kozlov
|
9b208abd09
|
Support evaluation of indirect defined names in INDIRECT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@910043 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-14 17:11:08 +00:00 |
|
Nick Burch
|
81755dc8d2
|
Add patch from Jukka from bug #48617 + test - Optionally allow the overriding of the Locale used by DataFormatter to control how the default number and date formats should look
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@903303 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-26 16:21:17 +00:00 |
|
Nick Burch
|
55f1878628
|
Implement the ExtRst part of a UnicodeString
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900746 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 12:04:14 +00:00 |
|
Nick Burch
|
6605995ac6
|
records.UnicodeString isn't actually a Record, just a common part that exists in many other records. As such, move it to records.common, which is where all the other record components live
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900362 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-18 12:18:00 +00:00 |
|
Yegor Kozlov
|
4be190d69d
|
avoid creating unnecessary temp files, tighten up usage of temp files in unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@899364 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-14 19:23:13 +00:00 |
|
Nick Burch
|
4cb27e5095
|
Remove some generics warnings from the HPSF custom properties and sections parts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898804 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-13 15:42:53 +00:00 |
|
Nick Burch
|
545f2e1119
|
Improved how HSMF handles multiple recipients
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898295 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-12 12:02:18 +00:00 |
|
Nick Burch
|
62e8d43b5b
|
Initialise the link type of HSSFHyperLink, so that getType() on it works
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@896049 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-05 14:08:51 +00:00 |
|
Nick Burch
|
e4531ab0fd
|
More FeatRecord support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@895487 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-03 21:51:25 +00:00 |
|
Yegor Kozlov
|
19d2a9ae09
|
improved usermodel to prevent data corruption when setting array formulas, mimic Excel behaviour and block changing cells included in multi-cell arrays
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894469 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-29 19:47:38 +00:00 |
|
Nick Burch
|
89c140c265
|
Start testing the contents of FeatRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894091 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-27 18:22:02 +00:00 |
|
Nick Burch
|
d033cf37f8
|
Make InternalSheet capture the feature related records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894081 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-27 17:13:44 +00:00 |
|
Nick Burch
|
1186abb3b4
|
Looks like we already had Ref8U but with a different name... Switch to using CellRangeAddress instead!
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894078 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-27 16:46:38 +00:00 |
|
Nick Burch
|
869fc4e5a6
|
More work on FeatRecord/Shared Features. More is still needed though, it's still WIP
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894018 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-26 19:57:09 +00:00 |
|
Nick Burch
|
e536251666
|
Finish off common Ref8U subrecord, and add tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894015 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-26 18:48:44 +00:00 |
|
Josh Micich
|
88dbbbf1c6
|
Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893929 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-26 02:17:34 +00:00 |
|
Josh Micich
|
a1f9d0827c
|
Clean-up in BaseTestSheetShiftRows and subclasses.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893909 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-26 00:25:59 +00:00 |
|
Josh Micich
|
e493c8dd01
|
Made public instance fields for ITestDataProvider singletons.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893900 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-25 23:51:32 +00:00 |
|
Josh Micich
|
5c3fcf7a3c
|
Fixed FormulaParser to allow negative elements in array literals.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893898 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-25 23:26:47 +00:00 |
|
Josh Micich
|
931671c3d2
|
Added CellRange return type for Sheet array formula methods. Renamed new test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893897 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-25 23:04:04 +00:00 |
|
Yegor Kozlov
|
aba7267376
|
added HSSF usermodel tests for array formulas, added support for array formulas in ss interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893870 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-25 15:15:55 +00:00 |
|
Yegor Kozlov
|
b9fab26825
|
added tests for XSSF usermodel for array formulas, this change is a step towards adoption of the patch submitted in Bugzilla 48292
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893625 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-23 20:58:01 +00:00 |
|
Josh Micich
|
cc648a0fc0
|
Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 47251 / r892862).
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893402 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-23 04:35:37 +00:00 |
|
Yegor Kozlov
|
3bbde4880c
|
improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893105 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 07:52:55 +00:00 |
|
Josh Micich
|
c89aeaee12
|
Added getRow() and getColumn() functions to TwoDEval to simplify logic in INDEX implementation.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893063 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 03:00:21 +00:00 |
|
Josh Micich
|
65a41cce66
|
Fixed SharedValueManager to create separate empty instances in anticipation of instances becoming mutable.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893057 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 01:41:16 +00:00 |
|
Josh Micich
|
f11c66506d
|
Renamed model.Sheet to InternalSheet to alleviate name clash.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893051 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 01:08:33 +00:00 |
|
Josh Micich
|
ea80e22b2b
|
Renamed model.Workbook to InternalWorkbook to alleviate name clash.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893050 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 00:51:29 +00:00 |
|
Josh Micich
|
cac5b3d60f
|
Removed unused Model, ModelFactory. ModelFactoryListener etc.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893041 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 00:03:04 +00:00 |
|
Josh Micich
|
7033e79c35
|
renamed function implementations to avoid potential name clashes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893030 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-21 23:30:32 +00:00 |
|
Yegor Kozlov
|
7bd00361c3
|
fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892862 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-21 16:24:08 +00:00 |
|
Yegor Kozlov
|
804c3e9d4f
|
another test for Bugzilla 48026
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892468 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-19 11:41:39 +00:00 |
|
Yegor Kozlov
|
13e963bc8c
|
fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bugzilla 48026
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892467 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-19 11:37:45 +00:00 |
|
Yegor Kozlov
|
e945a10ade
|
fixed CellRangeUtil.mergeCellRanges to work for adjacent cell regions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892462 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-19 11:27:01 +00:00 |
|
Josh Micich
|
4a5154b3f3
|
removed obsolete work-around code from test case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891887 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-17 20:45:47 +00:00 |
|
Josh Micich
|
b589ee7482
|
Fixed INDEX function to return reference results properly.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891516 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-17 01:35:57 +00:00 |
|
Josh Micich
|
6e96d5be74
|
Minor improvements to error reporting in TestIndexFunctionFromSpreadsheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891512 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-17 01:31:29 +00:00 |
|
Josh Micich
|
5d9b7a3ee4
|
fixed special cases of dereferenceResult method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891468 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-16 23:16:30 +00:00 |
|
Yegor Kozlov
|
7ae214c7c7
|
fixed ExternalNameRecord to properly distinguish DDE data from OLE data in the record body, see Bugzilla 48339
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890871 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-15 16:25:14 +00:00 |
|
Yegor Kozlov
|
2468b7a1e4
|
preserve POIFS StorageClsid when re-writing existing workbooks, this property is important for embedded objects, see Bugzilla 47920
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890714 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-15 09:30:30 +00:00 |
|
David Fisher
|
db0bd14a2c
|
Added missing license headers to 5 files. Removed dist target from howtobuild.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890089 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-13 18:32:47 +00:00 |
|
Josh Micich
|
2ddd88ed0d
|
Removed unused imports under src/java and src/testcases. Other minor fixes.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888653 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-09 00:12:32 +00:00 |
|
Josh Micich
|
0c3c85a152
|
Renamed AreaEval method from getValueAt() to getAbsoluteValue()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888582 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-08 21:48:54 +00:00 |
|
Josh Micich
|
37790e51e4
|
Some more clean up of array formula support in preparation for patch 48292
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888577 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-08 21:30:35 +00:00 |
|
Josh Micich
|
f26db72b4b
|
Refactored some code in OFFSET implementation. Added test cases showing comparisons with BoolEval.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888555 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-08 20:08:59 +00:00 |
|
Josh Micich
|
72eaea0704
|
Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul Tomlin)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888490 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-08 17:19:09 +00:00 |
|
Josh Micich
|
e55e9044aa
|
Made POI follow the rules for encoding unary +/- operators more closely.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887028 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-04 01:25:34 +00:00 |
|
Josh Micich
|
484dc9fe5a
|
Refactoring/simplification of TestFormulaParser
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887012 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-04 00:20:24 +00:00 |
|
Josh Micich
|
7eea9324d8
|
More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to CELL_TYPE_STRING. Similar to issues fixed with bugzilla 46479.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886951 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-03 22:18:12 +00:00 |
|
Josh Micich
|
5c57aa3cba
|
Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886311 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-02 21:29:44 +00:00 |
|
Josh Micich
|
1a9770c3dc
|
Added junits for existing functionality of ColumnInfoRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886299 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-02 20:56:59 +00:00 |
|
Yegor Kozlov
|
9c515122aa
|
fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886113 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-02 10:56:01 +00:00 |
|
Josh Micich
|
baa4640ec9
|
Made BlankEval instance consistent with other Eval singletons.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885061 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-28 02:50:47 +00:00 |
|
Josh Micich
|
5c7dbb2730
|
Patch 48284 - raise visibility of FormulaParseException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885007 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-27 21:01:59 +00:00 |
|
Yegor Kozlov
|
11b696550c
|
improved work with cell comments in XSSF, also added support for cell comments to SS interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884918 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-27 17:39:17 +00:00 |
|
Josh Micich
|
9bf6c8f8dc
|
Added test to confirm proper handling of MissingArgEval when returned from IF() or CHOOSE()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884374 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-26 02:43:47 +00:00 |
|
Nick Burch
|
6602faf140
|
Add support for creating SummaryInformation and DocumentSummaryInformation properties on POIDocuments that don't have them, via POIDocument.createInformationProperties()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884072 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 12:37:48 +00:00 |
|
Nick Burch
|
4bcde19ada
|
Fix bug #48180 - short chart records skipping some unused fields
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884065 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 12:11:04 +00:00 |
|
Nick Burch
|
83504367e3
|
Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884061 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 11:45:37 +00:00 |
|
Josh Micich
|
b6a98299a3
|
Removed Ptg[] parameter from method IEvaluationListener.onStartEvaluate()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883208 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-23 01:22:56 +00:00 |
|
Josh Micich
|
24717007c8
|
small tweaks to junit code - enabled one test case for AVERAGE() and improved diagnostics in TestDate
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883167 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-22 22:39:00 +00:00 |
|
Josh Micich
|
18f9851823
|
minor fix to T() function, junit added
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883039 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-22 05:49:51 +00:00 |
|
Josh Micich
|
e09f868473
|
Fixed small bug in SUMIF() added junits. Also added test cases for DAYS360, some initially disabled.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883037 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-22 05:30:53 +00:00 |
|
Josh Micich
|
623a4c1e5b
|
Clean-up of copy/clone methods in Ptg hierarchy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836343 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-15 09:01:35 +00:00 |
|
Josh Micich
|
f633a0e646
|
made ArrayPtg immutable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836332 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-15 06:04:03 +00:00 |
|
Josh Micich
|
d8f3c6de71
|
fixed bug in LittleEndianByteArrayInputStream.readFully()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836298 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-15 00:27:59 +00:00 |
|
Josh Micich
|
00e64461a9
|
Made AbstractFunctionPtg immutable, other minor improvements
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836101 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-14 02:41:24 +00:00 |
|
Josh Micich
|
861e2bae01
|
Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835994 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 21:21:23 +00:00 |
|
Josh Micich
|
a76bd88d9b
|
Cleaned up AttrPtg - made immutable, fixed property accessors.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835982 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 20:46:02 +00:00 |
|
Yegor Kozlov
|
a8da0c422e
|
renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeft
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835846 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 13:33:52 +00:00 |
|
Yegor Kozlov
|
b592beedaa
|
added a method to set arabic mode in HSSFSheet, see Bugzilla 47970
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833537 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-06 19:40:07 +00:00 |
|
Nick Burch
|
87b83797e0
|
Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832584 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 22:45:39 +00:00 |
|
Josh Micich
|
047c900ced
|
Bugzilla 48096 - relaxed validation check in RecalcIdRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832536 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 20:23:21 +00:00 |
|
Josh Micich
|
f286580c44
|
Bugzilla 48085 - improved error checking in BlockAllocationTableReader to trap unreasonable field values
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832505 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 18:48:20 +00:00 |
|
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
|
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 |
|
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
|
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
|
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
|
728f88bd92
|
moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-23 12:34:24 +00:00 |
|
Josh Micich
|
9ca061617c
|
fixing compiler warnings - unused imports, declared exceptions not thrown
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806789 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-22 05:50:32 +00:00 |
|
Josh Micich
|
32ea85bbfd
|
added TestIndirect to suite (from 47721/r806759)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806776 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-22 03:18:46 +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 |
|
Yegor Kozlov
|
ba518d2221
|
fixes and misc refactorings suggested by Intellij
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806426 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-21 06:08:31 +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 |
|
Yegor Kozlov
|
3316b64495
|
Centralize logic for finding/opening sample files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805928 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-19 18:51: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
|
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 |
|
Yegor Kozlov
|
76ccb2957d
|
Improved parsing of OOXML documents, see Bugzilla 47668
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@803667 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-12 18:59:34 +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 |
|
Yegor Kozlov
|
30ac3a9d07
|
Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see Bugzilla #47606
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801305 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-05 17:02:04 +00:00 |
|
Paolo Mottadelli
|
37db132d93
|
Custom XML import features; tests and implementation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@799258 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-30 13:24:57 +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 |
|
Josh Micich
|
389ba18274
|
Additional test case examples for NumberToTextConverter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797676 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-24 22:33:46 +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 |
|
Yegor Kozlov
|
3304fa1887
|
Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795327 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-18 09:09:11 +00:00 |
|
Yegor Kozlov
|
0662f7e862
|
fixed case-sensitive file names in unit tests for Bugzilla 47520
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794621 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-16 10:44:01 +00:00 |
|
Yegor Kozlov
|
8a3095d0b6
|
support for custom XML mappings in XSSF, see Bugzilla 47520
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794539 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-16 05:46:14 +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 |
|
Yegor Kozlov
|
26f18ed27a
|
fixed XSSF and OpenXml4J to read/write relationships with targets starting with '#' (internal locations), see Bugzilla 47504
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@793280 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-12 07:18:42 +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 |
|
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 |
|
Yegor Kozlov
|
2089d73506
|
Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing metafiles, see Bugzilla 47143
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786793 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-20 11:17:30 +00:00 |
|
Josh Micich
|
07bff0902a
|
Added implementation for ISNA()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786696 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-19 22:42:39 +00:00 |
|
Yegor Kozlov
|
e1ff96d77d
|
fixed a regression issue where HSSFHyperlink failed to set inter-sheet and file links, see Bugzilla #47375
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786442 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-19 10:37:24 +00:00 |
|
Josh Micich
|
8b98f1c203
|
Tweak to comments in TestExternalNameRecord (47384/786261)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786284 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-18 21:10:45 +00:00 |
|
Josh Micich
|
8e010177ef
|
Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786267 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-18 21:01:13 +00:00 |
|
Josh Micich
|
fa914b75ee
|
Clean-up in POIFS unit tests - compacted raw data declaration
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784316 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-13 00:13:09 +00:00 |
|
Josh Micich
|
3089c2e30f
|
Removed static void main(String[]) methods from junit classes. Other minor clean-up.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784284 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-12 21:53:17 +00:00 |
|
Josh Micich
|
635c570598
|
Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after sheet protection
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784240 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-12 19:17:59 +00:00 |
|
Yegor Kozlov
|
af23e1554d
|
Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes, see bugzilla #47294
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@783445 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-10 18:44:53 +00:00 |
|
Nick Burch
|
c6134f5116
|
Add a sample file which has its formula records with the wrong record type id
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@783034 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-09 15:18:10 +00:00 |
|
Yegor Kozlov
|
ac526f039b
|
fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@782398 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-07 14:54:49 +00:00 |
|
Josh Micich
|
190684164a
|
Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet.cloneSheet()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@782177 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-06 00:46:41 +00:00 |
|
Josh Micich
|
3280064978
|
Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781645 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-04 03:38:52 +00:00 |
|
Josh Micich
|
b7d7f53ea6
|
rolling back r781622
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781623 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-04 00:06:31 +00:00 |
|
Josh Micich
|
f7148c9431
|
Fix for javadoc error in Cell.setCellValue(Date) found by Mike Curwen
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781622 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-03 23:57:31 +00:00 |
|
Josh Micich
|
fd7ce95af9
|
Bugzilla 47312 - Fixed formula parser to properly reject cell references with a '0' row component
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781616 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-03 23:23:13 +00:00 |
|
Josh Micich
|
522d5c6892
|
Changed CRLF to LF in remaining trunk/src files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780878 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-01 23:21:13 +00:00 |
|
Josh Micich
|
dd7e611bda
|
Fixed non-use of 10 sample files (named 'BigSSTRecord*'). Resurrected SSTRecord test (commented out in r353769).
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780874 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-01 23:13:29 +00:00 |
|
Josh Micich
|
e6149cca3a
|
removed '@version $Id:$' tags (all were in javadoc comments)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780832 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-01 21:07:20 +00:00 |
|
Josh Micich
|
e939bb7d88
|
removed obsolete classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780822 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-01 20:47:11 +00:00 |
|
Josh Micich
|
5fc9eb4718
|
Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning fixes.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780792 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-01 19:18:43 +00:00 |
|
Josh Micich
|
bffe0432f6
|
Bugzilla 47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records after other non-PSB records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780774 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-01 18:41:10 +00:00 |
|
Yegor Kozlov
|
e7d06ec34c
|
Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct values after removal of all rows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780245 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-30 11:31:14 +00:00 |
|
Yegor Kozlov
|
a9b8aa1be6
|
Fixed XSSFCell to properly read inline strings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777834 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-23 08:20:55 +00:00 |
|
Josh Micich
|
5a9db459c4
|
Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name length is zero
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777717 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-22 21:30:50 +00:00 |
|
Josh Micich
|
bd15957a5b
|
Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777392 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-22 06:25:58 +00:00 |
|
Josh Micich
|
394445888b
|
Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE links
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777275 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-21 21:41:47 +00:00 |
|
Josh Micich
|
f8178f716a
|
Fixes to ddf junits after r776424
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776507 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-20 00:32:54 +00:00 |
|