]> source.dussan.org Git - poi.git/shortlog
poi.git
2009-05-01 Nick BurchFix more XLS2CSV links
2009-04-27 Nick BurchFix the XLS2CSVmra link
2009-04-25 Yegor Kozlovtest file belonging to r768389
2009-04-24 Yegor Kozlovfixed XSSFWorkbook.createSheet to properly increment...
2009-04-20 Yegor KozlovFixed XSLFPowerPointExtractor to properly process line...
2009-04-20 Yegor KozlovFixed POIFSFileSystem to set CLSID of root when constru...
2009-04-20 Yegor Kozlovmoved 'throw' into else clause avoiding exception on...
2009-04-20 Yegor Kozlovavoid NPE when calling XSSF.setCellFormula(null) for...
2009-04-18 Yegor Kozlovread GutsRecord in in the Sheet(RecordStream rs)
2009-04-18 Yegor KozlovAllow 255 arguments for excel functions in XSSF, see...
2009-04-17 Yegor KozlovFixed XSSFCell to preserve cell style when cell value...
2009-04-17 Yegor Kozlovremoved deprecated code to keep javac happy
2009-04-17 Josh MicichFix for bug 46987 - allow RecordFactory to handle non...
2009-04-16 Josh Micichadded Workbook.getName(String) method. Fixed javadoc...
2009-04-15 Nick BurchFix bug #47034 - Reading the name of a NameRecord when...
2009-04-11 Josh MicichImprovements to Test[HX]SSFCell. Small fix to XSSFCell...
2009-04-11 Yegor Kozlovremoved unused imports of deprecated classes, fixed...
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...
next