| Commit message (Expand) | Author | Age | Files | Lines |
* | improved the script for uploading maven artefacts, use gpg:sign-and-deploy-fi... | Yegor Kozlov | 2009-04-11 | 2 | -63/+10 |
* | fixed forrest.properties to work with jdk 1.6, see https://issues.apache.org/... | Yegor Kozlov | 2009-04-11 | 2 | -177/+13 |
* | set forkmode=once for junit tests, it made the build process faster by 5x | Yegor Kozlov | 2009-04-10 | 3 | -14/+17 |
* | Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form... | Josh Micich | 2009-04-08 | 12 | -23/+183 |
* | moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ... | Yegor Kozlov | 2009-04-08 | 62 | -8/+1 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 7 | -59/+108 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 25 | -98/+158 |
* | Quick update of the who-we-are page | Nick Burch | 2009-04-06 | 1 | -2/+4 |
* | Bug 46951 - fixed formula parser to better handle range operators and whole r... | Josh Micich | 2009-04-06 | 10 | -1143/+1692 |
* | changed build.xml to download all jar from a single location: http://repo1.ma... | Yegor Kozlov | 2009-04-05 | 1 | -7/+6 |
* | Added toString debug method to MemAreaPtg | Josh Micich | 2009-04-04 | 1 | -1/+10 |
* | fixed compiler error from r761723 | Josh Micich | 2009-04-03 | 1 | -3/+1 |
* | added SpreadsheetVersion enum to hold version-specific properties such as max... | Yegor Kozlov | 2009-04-03 | 3 | -1/+172 |
* | Changed cell and area ref Ptgs to allow creation using CellReference and Area... | Josh Micich | 2009-04-03 | 8 | -44/+40 |
* | Fix for bug 46948 - Range operator can now take area-refs for operands | Josh Micich | 2009-04-01 | 4 | -18/+131 |
* | Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S... | Josh Micich | 2009-03-31 | 4 | -9/+50 |
* | Ditch poi 2.0 jar in the ruby contrib, and make it pull the one from dist ins... | Nick Burch | 2009-03-31 | 2 | -3/+4 |
* | Bugzilla 46818 (patch from Wayne Clingingsmith) - added implementation for HY... | Josh Micich | 2009-03-31 | 1 | -21/+52 |
* | Fix for bug 46898 - Formula evaluator should not cache intermediate circular-... | Josh Micich | 2009-03-30 | 5 | -3/+68 |
* | more refactoring of common ss tests | Yegor Kozlov | 2009-03-29 | 35 | -1799/+1630 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 36 | -2146/+1793 |
* | Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infos | Josh Micich | 2009-03-26 | 5 | -20/+126 |
* | support rotation of simple shapes | Yegor Kozlov | 2009-03-26 | 1 | -0/+9 |
* | Fix the block allocation test, but still leave the recent blocks hssf bug fixed | Nick Burch | 2009-03-25 | 2 | -5/+11 |
* | Explicit cast | Nick Burch | 2009-03-24 | 1 | -2/+1 |
* | Fix bug #46904, for old biff5/biff7 files where the block chain is terminated... | Nick Burch | 2009-03-24 | 7 | -3/+50 |
* | Disabled test for bug #46904 | Nick Burch | 2009-03-24 | 2 | -0/+7 |
* | Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER record | Josh Micich | 2009-03-23 | 6 | -4/+94 |
* | update cell type when setting cached formula result in XSSFCell, also improve... | Yegor Kozlov | 2009-03-22 | 6 | -215/+454 |
* | added modifiers for anchor type to XSSFClientAnchor | Yegor Kozlov | 2009-03-21 | 6 | -5/+107 |
* | Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi... | Josh Micich | 2009-03-18 | 48 | -6395/+6569 |
* | Abstracted record construction | Josh Micich | 2009-03-16 | 1 | -19/+40 |
* | updated url in comment | Josh Micich | 2009-03-05 | 1 | -1/+1 |
* | support built-in data formats in XSSFDataFormat | Yegor Kozlov | 2009-03-01 | 12 | -651/+342 |
* | improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb... | Yegor Kozlov | 2009-02-26 | 5 | -11/+30 |
* | fixed bug #46715 - Column width from original xlsx file is discarded | Yegor Kozlov | 2009-02-25 | 4 | -58/+13 |
* | more improvements in shiftRows: 1. shift named ranges and merged regions, JUn... | Yegor Kozlov | 2009-02-25 | 8 | -37/+282 |
* | fixed non-standard ASF license headers | Yegor Kozlov | 2009-02-24 | 16 | -80/+96 |
* | added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int... | Yegor Kozlov | 2009-02-24 | 13 | -66/+283 |
* | Improved LICENSE and NOTICE as suggested in Bugzilla #46756, | Yegor Kozlov | 2009-02-24 | 3 | -23/+313 |
* | Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' ... | Josh Micich | 2009-02-23 | 20 | -3/+2 |
* | fixed Incorrect ooxml.xsds.url, see bugzilla #46753 | Yegor Kozlov | 2009-02-22 | 1 | -1/+1 |
* | fixed platform-dependent unit test | Yegor Kozlov | 2009-02-22 | 1 | -5/+15 |
* | Fix typo | Nick Burch | 2009-02-21 | 1 | -1/+2 |
* | updated status of the latest release on main page | Yegor Kozlov | 2009-02-21 | 1 | -2/+2 |
* | replaced log4j with POILogger in openxml4j, also converted non-ascii characte... | Yegor Kozlov | 2009-02-20 | 17 | -111/+115 |
* | added a script to upload digital signatures in the Maven repo to the 'dist' a... | Yegor Kozlov | 2009-02-20 | 2 | -18/+51 |
* | fixed a possible NPE in SimpleShape.getClientRecords() | Yegor Kozlov | 2009-02-20 | 2 | -9/+7 |
* | Added HLSF test suite hierarchy. Silenced noisy tests. | Josh Micich | 2009-02-20 | 10 | -308/+528 |
* | Should have been part of c746085 (More fixes to allow EscherContainerRecord t... | Josh Micich | 2009-02-20 | 1 | -30/+70 |