aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* improved the script for uploading maven artefacts, use gpg:sign-and-deploy-fi...Yegor Kozlov2009-04-112-63/+10
* fixed forrest.properties to work with jdk 1.6, see https://issues.apache.org/...Yegor Kozlov2009-04-112-177/+13
* set forkmode=once for junit tests, it made the build process faster by 5xYegor Kozlov2009-04-103-14/+17
* Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form...Josh Micich2009-04-0812-23/+183
* moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ...Yegor Kozlov2009-04-0862-8/+1
* Bugzilla 46973 - fixed defined names to behave better when refersToFormula is...Josh Micich2009-04-067-59/+108
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-0625-98/+158
* Quick update of the who-we-are pageNick Burch2009-04-061-2/+4
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-0610-1143/+1692
* changed build.xml to download all jar from a single location: http://repo1.ma...Yegor Kozlov2009-04-051-7/+6
* Added toString debug method to MemAreaPtgJosh Micich2009-04-041-1/+10
* fixed compiler error from r761723Josh Micich2009-04-031-3/+1
* added SpreadsheetVersion enum to hold version-specific properties such as max...Yegor Kozlov2009-04-033-1/+172
* 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