summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Sync with trunk for NPOIFSNIO_32_BRANCHNick Burch2011-01-051-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/NIO_32_BRANCH@1055380 13f79535-47bb-0310-9956-ffa450edef68
* Port more NIO changes over from trunkNick Burch2011-01-0510-37/+182
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/NIO_32_BRANCH@1055375 13f79535-47bb-0310-9956-ffa450edef68
* Backport the latest POIFS/NPOIFS code from trunk, along with Util to power ↵Nick Burch2010-12-30187-16622/+13082
| | | | | | it, and HPSF to use it. Also makes a few tweaks to let existing code compile against these new versions git-svn-id: https://svn.apache.org/repos/asf/poi/branches/NIO_32_BRANCH@1053791 13f79535-47bb-0310-9956-ffa450edef68
* merged with trunk r703645REL_3_2_FINALYegor Kozlov2008-10-113-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_2_FINAL@703646 13f79535-47bb-0310-9956-ffa450edef68
* set version.id=3.2-FINALYegor Kozlov2008-10-112-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_2_FINAL@703644 13f79535-47bb-0310-9956-ffa450edef68
* fix for bug 45866 - allowed for change of unicode compression across ↵Josh Micich2008-10-116-68/+183
| | | | | | Continue records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703620 13f79535-47bb-0310-9956-ffa450edef68
* Made RecordInputStream final (major clean-up in test cases and BiffViewer)Josh Micich2008-10-1066-560/+718
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703596 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45964 - support for link formulas in Text ObjectsJosh Micich2008-10-1011-862/+643
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703302 13f79535-47bb-0310-9956-ffa450edef68
* Should have been submitted with r703100 (changes to Ptg)Josh Micich2008-10-091-7/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703197 13f79535-47bb-0310-9956-ffa450edef68
* Removed last occurrences of storing Ptg arrays in Stacks. Some related ↵Josh Micich2008-10-097-140/+35
| | | | | | clean-up. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703100 13f79535-47bb-0310-9956-ffa450edef68
* converted short HSSFCell.getCellNum to int getColumnIndexJosh Micich2008-10-099-29/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703092 13f79535-47bb-0310-9956-ffa450edef68
* Performance optimisation for EvaluationCache. Changed to use HSSFCell as ↵Josh Micich2008-10-0927-533/+1463
| | | | | | key into cache entry map. Reduced dependency information storage for blank cells. Introduced EvaluationSheet and EvaluationCell interfaces. Modified HSSFFormulaEvaluator API to have simpler notify~ methods git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703063 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 43354 - made the formula evaluator capable of handling missing ↵Josh Micich2008-10-067-4/+125
| | | | | | function arguments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@702231 13f79535-47bb-0310-9956-ffa450edef68
* Fixing comments and formatting inside Record subclassesJosh Micich2008-10-0555-692/+200
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@701756 13f79535-47bb-0310-9956-ffa450edef68
* Better bounds checking in RecordInputStream. Removed rarely used methods ↵Josh Micich2008-10-054-216/+173
| | | | | | readShortArray and putShortArray git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@701747 13f79535-47bb-0310-9956-ffa450edef68
* changed workbook reference to index in CellLocationJosh Micich2008-10-044-14/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@701598 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45912 - ArrayIndexOutOfBoundsException in EmbeddedObjectRefSubRecordJosh Micich2008-10-036-222/+426
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@701569 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #45889:rrayIndexOutOfBoundsException when constructing HSLF Table ↵Yegor Kozlov2008-10-034-1/+44
| | | | | | with a single row git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@701302 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug in CellCacheEntry (support for caching blank evaluation results)Josh Micich2008-10-013-5/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700916 13f79535-47bb-0310-9956-ffa450edef68
* initial support for creating hyperlinks in HSLF, units test are still to doYegor Kozlov2008-09-303-1/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700493 13f79535-47bb-0310-9956-ffa450edef68
* reverted the change made in r693085 , see bug #45859Yegor Kozlov2008-09-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700479 13f79535-47bb-0310-9956-ffa450edef68
* Refactored fillFields() method into constructor in Record class hierarchyJosh Micich2008-09-30156-1717/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700356 13f79535-47bb-0310-9956-ffa450edef68
* Removed validateSid method from Record classesJosh Micich2008-09-30197-2304/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700327 13f79535-47bb-0310-9956-ffa450edef68
* Updated formula evaluator documentation due to bugzilla 45768Josh Micich2008-09-293-149/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700304 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45876 - allowed BoundSheetRecord to take sheet names longer than ↵Josh Micich2008-09-297-31/+63
| | | | | | 31 chars git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700280 13f79535-47bb-0310-9956-ffa450edef68
* Should have been submitted with c700203 (Refactoring row-blocks record ↵Josh Micich2008-09-293-23/+59
| | | | | | reading logic in Sheet) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700204 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring row-blocks record reading logic in SheetJosh Micich2008-09-2919-679/+308
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700203 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45890 - made HSSFSheet.shiftRows also update conditional formatsJosh Micich2008-09-299-32/+157
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700005 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulasJosh Micich2008-09-2826-139/+680
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699761 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup in junitJosh Micich2008-09-261-482/+277
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699489 13f79535-47bb-0310-9956-ffa450edef68
* Fix formula parser to properly support the range operator. Small fixes to ↵Josh Micich2008-09-2610-342/+544
| | | | | | parsing of sheet names and full column references. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699487 13f79535-47bb-0310-9956-ffa450edef68
* Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during ↵Josh Micich2008-09-2611-28/+359
| | | | | | execution. (working towards fix for bug 45865) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699178 13f79535-47bb-0310-9956-ffa450edef68
* Optimised the FormulaEvaluator to take cell dependencies into accountJosh Micich2008-09-2323-282/+1313
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@698047 13f79535-47bb-0310-9956-ffa450edef68
* Some clean-up in BoundSheetRecordJosh Micich2008-09-226-607/+377
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@698039 13f79535-47bb-0310-9956-ffa450edef68
* Apply part of patch from bug #16936, with the rest made more HSSFCell like - ↵Nick Burch2008-09-214-0/+234
| | | | | | Initial support for whole-row cell styling git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697599 13f79535-47bb-0310-9956-ffa450edef68
* Improved tests to show that bugs #45062 and #44292 are fixedNick Burch2008-09-211-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697595 13f79535-47bb-0310-9956-ffa450edef68
* Update hssf.extractor.ExcelExtractor to optionally output blank cells tooNick Burch2008-09-214-53/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697589 13f79535-47bb-0310-9956-ffa450edef68
* Test to show that bug #45492 is invalidNick Burch2008-09-214-2/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697584 13f79535-47bb-0310-9956-ffa450edef68
* Include the sheet name in the output of examples.XLS2CSVmraNick Burch2008-09-215-0/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697580 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45784 - Support long chart titles in SeriesTextRecordsNick Burch2008-09-215-3/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697562 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45777 - Throw an exception if HSSF Footer or Header is attemped to ↵Nick Burch2008-09-217-0/+95
| | | | | | be set too long, rather than having it break during writing out git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697559 13f79535-47bb-0310-9956-ffa450edef68
* patch from bug #45844: Addtional diagnostics for SlideShowRecordDumperYegor Kozlov2008-09-217-26/+249
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697520 13f79535-47bb-0310-9956-ffa450edef68
* Some clean-up after r696898 (partitioning common formula logic). Fixed ↵Josh Micich2008-09-193-158/+138
| | | | | | compiler error in example XLS2CSVmra git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697145 13f79535-47bb-0310-9956-ffa450edef68
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and ↵Josh Micich2008-09-1949-1141/+1543
| | | | | | EvaluationWorkbook interfaces to make merge with ooxml branch easier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696898 13f79535-47bb-0310-9956-ffa450edef68
* code clean-up (removed compiler warnings/unused methods)Josh Micich2008-09-192-20/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696860 13f79535-47bb-0310-9956-ffa450edef68
* Partitioning common formula logic. Introduced FormulaRenderingWorkbook ↵Josh Micich2008-09-1853-230/+385
| | | | | | interface to make merge with ooxml branch easier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696813 13f79535-47bb-0310-9956-ffa450edef68
* patch from bug #45814: Specify RecordType for slide show Handout Yegor Kozlov2008-09-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696627 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 45815: bit mask values inStyleTextPropAtom are not preserved ↵Yegor Kozlov2008-09-182-0/+37
| | | | | | across read-write git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696623 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is ↵Yegor Kozlov2008-09-183-0/+20
| | | | | | zero git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696622 13f79535-47bb-0310-9956-ffa450edef68
* Small tweak to NamePtg and Ref3DPtgJosh Micich2008-09-175-37/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696501 13f79535-47bb-0310-9956-ffa450edef68