]> source.dussan.org Git - poi.git/shortlog
poi.git
2009-04-11 Yegor Kozlovimproved the script for uploading maven artefacts,...
2009-04-11 Yegor Kozlovfixed forrest.properties to work with jdk 1.6, see...
2009-04-10 Yegor Kozlovset forkmode=once for junit tests, it made the build...
2009-04-08 Josh MicichBugzilla 47001 - Fixed WriteAccessRecord and LinkTable...
2009-04-08 Yegor Kozlovmoved common interfaces from src/ooxml/interfaces-jdk15...
2009-04-06 Josh MicichBugzilla 46973 - fixed defined names to behave better...
2009-04-06 Yegor Kozlovconsolidate limits specific to Excel version(Excel97...
2009-04-06 Nick BurchQuick update of the who-we-are page
2009-04-06 Josh MicichBug 46951 - fixed formula parser to better handle range...
2009-04-05 Yegor Kozlovchanged build.xml to download all jar from a single...
2009-04-04 Josh MicichAdded toString debug method to MemAreaPtg
2009-04-03 Josh Micichfixed compiler error from r761723
2009-04-03 Yegor Kozlovadded SpreadsheetVersion enum to hold version-specific...
2009-04-03 Josh MicichChanged cell and area ref Ptgs to allow creation using...
2009-04-01 Josh MicichFix for bug 46948 - Range operator can now take area...
2009-03-31 Josh MicichFix for 46918 - Allow shorter format for ExtendedPivotT...
2009-03-31 Nick BurchDitch poi 2.0 jar in the ruby contrib, and make it...
2009-03-31 Josh MicichBugzilla 46818 (patch from Wayne Clingingsmith) - added...
2009-03-30 Josh MicichFix for bug 46898 - Formula evaluator should not cache...
2009-03-29 Yegor Kozlovmore refactoring of common ss tests
2009-03-27 Yegor Kozlovimproved test cases: moved common hssf-xssf test to...
2009-03-26 Josh MicichFix for bug 46917 - PageItemRecord(SXPI) can contain...
2009-03-26 Yegor Kozlovsupport rotation of simple shapes
2009-03-25 Nick BurchFix the block allocation test, but still leave the...
2009-03-24 Nick BurchExplicit cast
2009-03-24 Nick BurchFix bug #46904, for old biff5/biff7 files where the...
2009-03-24 Nick BurchDisabled test for bug #46904
2009-03-23 Josh MicichFix for bug 46840 - PageSettingsBlock should include...
2009-03-22 Yegor Kozlovupdate cell type when setting cached formula result...
2009-03-21 Yegor Kozlovadded modifiers for anchor type to XSSFClientAnchor
2009-03-18 Josh MicichRenamed Package (in org.apache.poi.openxml4j.opc) to...
2009-03-16 Josh MicichAbstracted record construction
2009-03-05 Josh Micichupdated url in comment
2009-03-01 Yegor Kozlovsupport built-in data formats in XSSFDataFormat
2009-02-26 Yegor Kozlovimproved shifting of sheet-level names, also fixed...
2009-02-25 Yegor Kozlovfixed bug #46715 - Column width from original xlsx...
2009-02-25 Yegor Kozlovmore improvements in shiftRows: 1. shift named ranges...
2009-02-24 Yegor Kozlovfixed non-standard ASF license headers
2009-02-24 Yegor Kozlovadded setDisplayZeros / isDisplayZeros and getMergedReg...
2009-02-24 Yegor KozlovImproved LICENSE and NOTICE as suggested in Bugzilla...
2009-02-23 Josh MicichAttempt to fix GUMP build error due to case mismatch...
2009-02-22 Yegor Kozlovfixed Incorrect ooxml.xsds.url, see bugzilla #46753
2009-02-22 Yegor Kozlovfixed platform-dependent unit test
2009-02-21 Nick BurchFix typo
2009-02-21 Yegor Kozlovupdated status of the latest release on main page
2009-02-20 Yegor Kozlovreplaced log4j with POILogger in openxml4j, also conver...
2009-02-20 Yegor Kozlovadded a script to upload digital signatures in the...
2009-02-20 Yegor Kozlovfixed a possible NPE in SimpleShape.getClientRecords()
2009-02-20 Josh MicichAdded HLSF test suite hierarchy. Silenced noisy tests.
2009-02-20 Josh MicichShould have been part of c746085 (More fixes to allow...
2009-02-20 Josh MicichMore fixes to allow EscherContainerRecord to exclusivel...
2009-02-19 Josh MicichFix for bug introduced in r745976. EscherContainerReco...
2009-02-19 Josh MicichAdded Apache License text to files where it was missing...
2009-02-19 Josh Micichfixed typo in toString()
2009-02-19 Yegor Kozlovfixed autoSizeColumn() to use cached formula values...
2009-02-15 Yegor Kozlovrefactored XSSFSheet.shiftRows to use FormulaShifter...
2009-02-15 Yegor KozlovFixed formula parser to handle names with backslashes
2009-02-13 Josh Micichfixed compiler warnings. added some TODO comments
2009-02-13 Josh MicichBugzilla 46660 - added 'hidden' property to Workbook
2009-02-13 Josh Micichremoved merge marker accidentally left behind in r653822
2009-02-12 Josh MicichFixed WorkbookFactory.create(InputStream) to throw...
2009-02-12 Josh Micichadded to-do comment
2009-02-12 Josh MicichFix for bug 46693 - serialization errors in CHARTFORMAT...
2009-02-11 Josh MicichMinor code clean-up
2009-02-10 Yegor Kozlovcorrectly append picture data if Pictures stream contai...
2009-02-10 Josh Micichfixed record name in toString() close element
2009-02-09 Josh MicichRefactored common CellValueRecordInterface code into...
2009-02-09 Josh MicichGeneralised TestSheetShiftRows for both HSSF and XSSF...
2009-02-09 Yegor Kozlovupdate version.id to 3.5-beta6
2009-02-08 Yegor Kozlovimproved XSSFSheet.shiftRows: 1. properly update cell...
2009-02-08 Yegor Kozlovadded suport for Calculation Chain in XSSF, remove...
2009-02-07 Josh MicichFixed serialization of multiple blank records (should...
2009-02-06 Yegor KozlovImproved error handling for problems described in bugzi...
2009-02-05 Josh MicichShould be part of c 741036 (Fix for bug 46654 - HSSFRow...
2009-02-05 Josh MicichFix for bug 46654 - HSSFRow/RowRecord needs to properly...
2009-02-05 Josh MicichReverted accidental early commit (should not be part...
2009-02-05 Josh MicichImprovements to OpenXML4J unit tests. Fixed class...
2009-02-03 Josh MicichFixed deprecated references to HSSFSheet.getRow(short...
2009-02-03 Josh MicichFixed use of deprecated property HSSFName.reference...
2009-02-02 Josh MicichModified formula parser to encode SUM taking a single...
2009-02-02 Josh MicichFix for bug 46643 - formula parser should encode range...
2009-02-02 Josh MicichAdded toString methods to help debugging
2009-02-02 Josh MicichFix for bug 46647 - COUNTIF NE operator and other speci...
2009-02-01 Yegor Kozlovadded a method to remove slides
2009-01-29 Yegor Kozlovfixed bugs 40520 and 46553: HSSFFont.applyFont() format...
2009-01-29 Yegor Kozlovimport OpenXML4j codebase
2009-01-29 Josh MicichFix for bug 46545 - ObjRecord should ignore excessive...
2009-01-27 Josh MicichFix for bug 46613 - evaluator should perform case insen...
2009-01-23 Josh MicichFollow-up fix for r737173 and r737238 (patch 46544...
2009-01-23 Josh MicichFollow-up fix for r737173 (patch 46544) - filename...
2009-01-23 Josh MicichBugzilla 45644 - adding a command line interface to...
2009-01-22 Josh MicichBugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEM...
2009-01-21 Josh MicichFixing compiler warnings
2009-01-21 Josh MicichFixed HSSFCell/FormulaRecordAggregate to properly remov...
2009-01-21 Josh MicichRemoved System.out.println and compiler warnings from...
2009-01-21 Josh MicichFix for bug 46547 - Allow for addition of conditional...
2009-01-17 Josh MicichRemoved unused, erroneous import
2009-01-16 Josh MicichBug 46548 - fixes for Page Settings Block (patch from...
2009-01-16 Josh MicichUpdated class comment
2009-01-16 Josh MicichFixing bug 46551 - spelling mistakes in xSSFCell.checkB...
next