aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed cell and area ref Ptgs to allow creation using CellReference and Area...Josh Micich2009-04-038-44/+40
* Fix for bug 46948 - Range operator can now take area-refs for operandsJosh Micich2009-04-014-18/+131
* Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S...Josh Micich2009-03-314-9/+50
* Ditch poi 2.0 jar in the ruby contrib, and make it pull the one from dist ins...Nick Burch2009-03-312-3/+4
* Bugzilla 46818 (patch from Wayne Clingingsmith) - added implementation for HY...Josh Micich2009-03-311-21/+52
* Fix for bug 46898 - Formula evaluator should not cache intermediate circular-...Josh Micich2009-03-305-3/+68
* more refactoring of common ss testsYegor Kozlov2009-03-2935-1799/+1630
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-2736-2146/+1793
* Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infosJosh Micich2009-03-265-20/+126
* support rotation of simple shapesYegor Kozlov2009-03-261-0/+9
* Fix the block allocation test, but still leave the recent blocks hssf bug fixedNick Burch2009-03-252-5/+11
* Explicit castNick Burch2009-03-241-2/+1
* Fix bug #46904, for old biff5/biff7 files where the block chain is terminated...Nick Burch2009-03-247-3/+50
* Disabled test for bug #46904Nick Burch2009-03-242-0/+7
* Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER recordJosh Micich2009-03-236-4/+94
* update cell type when setting cached formula result in XSSFCell, also improve...Yegor Kozlov2009-03-226-215/+454
* added modifiers for anchor type to XSSFClientAnchorYegor Kozlov2009-03-216-5/+107
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-1848-6395/+6569
* Abstracted record constructionJosh Micich2009-03-161-19/+40
* updated url in commentJosh Micich2009-03-051-1/+1
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-0112-651/+342
* improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb...Yegor Kozlov2009-02-265-11/+30
* fixed bug #46715 - Column width from original xlsx file is discardedYegor Kozlov2009-02-254-58/+13
* more improvements in shiftRows: 1. shift named ranges and merged regions, JUn...Yegor Kozlov2009-02-258-37/+282
* fixed non-standard ASF license headersYegor Kozlov2009-02-2416-80/+96
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int...Yegor Kozlov2009-02-2413-66/+283
* Improved LICENSE and NOTICE as suggested in Bugzilla #46756, Yegor Kozlov2009-02-243-23/+313
* Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' ...Josh Micich2009-02-2320-3/+2
* fixed Incorrect ooxml.xsds.url, see bugzilla #46753Yegor Kozlov2009-02-221-1/+1
* fixed platform-dependent unit testYegor Kozlov2009-02-221-5/+15
* Fix typoNick Burch2009-02-211-1/+2
* updated status of the latest release on main pageYegor Kozlov2009-02-211-2/+2
* replaced log4j with POILogger in openxml4j, also converted non-ascii characte...Yegor Kozlov2009-02-2017-111/+115
* added a script to upload digital signatures in the Maven repo to the 'dist' a...Yegor Kozlov2009-02-202-18/+51
* fixed a possible NPE in SimpleShape.getClientRecords()Yegor Kozlov2009-02-202-9/+7
* Added HLSF test suite hierarchy. Silenced noisy tests.Josh Micich2009-02-2010-308/+528
* Should have been part of c746085 (More fixes to allow EscherContainerRecord t...Josh Micich2009-02-201-30/+70
* More fixes to allow EscherContainerRecord to exclusively maintain 'child reco...Josh Micich2009-02-2019-952/+945
* Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ...Josh Micich2009-02-193-68/+103
* Added Apache License text to files where it was missing. Also fixed some comp...Josh Micich2009-02-1913-233/+364
* fixed typo in toString()Josh Micich2009-02-191-1/+1
* fixed autoSizeColumn() to use cached formula values when processing formula c...Yegor Kozlov2009-02-196-9/+47
* refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super...Yegor Kozlov2009-02-1511-303/+456
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-154-1/+24
* fixed compiler warnings. added some TODO commentsJosh Micich2009-02-135-270/+251
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-136-94/+73
* removed merge marker accidentally left behind in r653822Josh Micich2009-02-131-1/+0
* Fixed WorkbookFactory.create(InputStream) to throw specific ExceptionsJosh Micich2009-02-121-1/+2
* added to-do commentJosh Micich2009-02-121-1/+2
* Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and S...Josh Micich2009-02-1215-291/+452