]> source.dussan.org Git - poi.git/shortlog
poi.git
2009-05-22 Josh MicichBugzilla 47250 - Fixed FontRecord to expect unicode...
2009-05-22 Josh MicichMade constructor parameter type less restrictive
2009-05-22 Josh MicichBugzilla 47198 - Fixed formula evaluator comparison...
2009-05-21 Josh MicichBugzilla 47229 - Fixed ExternalNameRecord to handle...
2009-05-21 Josh MicichAdded debug methods to decode BIFF record types from...
2009-05-21 Josh MicichChanged CRLF to LF in scratchpad. Minor fixes for compi...
2009-05-21 Josh Micichremoved obsolete scratchpad files
2009-05-21 Josh MicichChanged CRLF to LF in ooxml/testcases. Minor fixes...
2009-05-20 Josh MicichChanged CRLF to LF in ooxml/java. Minor fixes for compi...
2009-05-20 Josh Micichremoved unused class
2009-05-20 Josh MicichFixes to ddf junits after r776424
2009-05-20 Josh MicichChanged CRLF to LF in function implementations. Remove...
2009-05-19 Josh MicichChanged CRLF to LF in poi/ddf, Minor fixes for compiler...
2009-05-19 Josh MicichChanged CRLF to LF in .java base src files. Minor...
2009-05-18 Josh MicichChanged CRLF to LF in .java test files. Minor reformat...
2009-05-18 Josh MicichRemoved badly encoded character from test class. Minor...
2009-05-17 Nick BurchTweaked patch from bug #46287 - Control of header and...
2009-05-17 Nick BurchFix bug #46554 - New ant target "jar-examples"
2009-05-17 Nick BurchApply (with tweaks) patch from bug #46161 - xssf suppor...
2009-05-17 Yegor KozlovAllow columns greater than 255 and rows greater than...
2009-05-17 Josh Micichencapsulated hasUnlimitedVarags() logic into FunctionMe...
2009-05-17 Josh MicichCode clean-up in HSSFDataFormat etc. Removed bad charac...
2009-05-16 Nick BurchBase class for "old version" exceptions, and new HSLF...
2009-05-16 Nick Burch47179 - Fix string encoding issues with HSMF chunks...
2009-05-16 Nick BurchApply changes from BUREAU Nicolas from patch #47183...
2009-05-16 Nick BurchFix bug #47154 - Handle the cell format @ as the same...
2009-05-15 Josh MicichBugzilla 47048 - Fixed evaluation of defined names...
2009-05-15 Josh MicichAdded comments and removed unused import
2009-05-15 Josh MicichFix for bug noticed while investigating bugzilla 47048...
2009-05-11 Josh MicichFix bug (broken junit) introduced in r773412. Also...
2009-05-11 Josh MicichIntroduced CustomViewSettingsRecordAggregate. Also...
2009-05-10 Josh MicichCreated ChartSubstreamRecordAggregate to manage chart...
2009-05-10 Josh MicichBug 46953 - fixed PageSettingsBlock parsing logic in...
2009-05-10 Josh Micichupdated test-case comments (origin of hex-dump)
2009-05-08 Nick BurchNew key try two
2009-05-08 Nick BurchAdd in my new, 4096 bit public key
2009-05-05 Nick BurchFix javadocs for AbortableHSSFListener, and add unit...
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...
next