]> source.dussan.org Git - poi.git/shortlog
poi.git
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...
2009-01-16 Yegor Kozlovfixed unit test failing on jdk-1.6: java code should...
2009-01-15 Josh MicichFixed "warning: unmappable character for encoding UTF8...
2009-01-14 Josh Micichresolved error constants in BoolErrRecord
2009-01-13 Josh MicichBugzilla 46523 - added implementation for SUMIF
2009-01-13 Josh MicichImprovements to countif implementation in preparation...
2009-01-11 Yegor Kozlovremoved invalid import to keep java compiler quiet
2009-01-11 Yegor Kozlovjsr173_api-1.0.jar has moved to a new location, update...
2009-01-06 Nick BurchSupport for reading HSSF column styles
2009-01-06 Nick BurchHook up POIXMLTextExtractor.getMetadataTextExtractor...
2009-01-06 Nick BurchFix bug #46472 - Avoid NPE in HPSFPropertiesExtractor...
2009-01-06 Nick BurchImprove a few comments
2009-01-06 Yegor Kozlovremoved Jaxen from NOTICE, poi-ooxml doesn't depend...
2009-01-05 Josh MicichFix for bug 46479 - conversion of cached formula values...
2008-12-31 Josh MicichFix for 45031 - added implementation for CHOOSE function.
2008-12-31 Josh MicichSimplifying ValueEval hierarchy, added comments to...
2008-12-31 Nick BurchResolve the licensing issue around chunks_parse_cmds...
2008-12-31 Josh MicichPatch 46410 from Steven Butler - added impl for TIME...
2008-12-30 Yegor Kozlovadded HSSFPictureData.getFormat() as requested in ...
2008-12-30 Yegor KozlovFix for bug 46445 - move hyperlinks when shifting rows
2008-12-29 Yegor Kozlovcontinue cleanup of bugzilla, added unit test for ...
2008-12-26 Yegor Kozlovunit test for bug #19172
2008-12-23 Yegor Kozlovfixed formula parser to correctly resolve sheet-level...
2008-12-22 Yegor Kozlov1. added support for shared formulas in XSSF, see bug...
2008-12-17 Yegor Kozlovapplied patches by Gisella Bronzetti:46299 - support...
2008-12-17 Yegor KozlovAdded getters to parent objects: HSSFSheet.getWorkbook...
2008-12-16 Josh MicichFix for bug 46385 (by patch 46362 from Matsuyama Tomohi...
2008-12-12 Yegor Kozlov1. fixed HSSFCell.setCellFormula to call HSSFFormulaPar...
2008-12-09 Nick BurchFix bug #46368 - HSSFRichTextRun and strings longer...
2008-12-07 Yegor Kozlovexample demonstrating how to generate large workbooks...
2008-12-04 Yegor Kozlov1. Support sheet-level names2. Fixed XSSFCell to proper...
2008-12-04 Yegor Kozlovupdated status on the index page, also added a script...
2008-12-04 Josh Micichfixed compiler error due unused import
2008-12-04 Josh MicichInitial add of ForkedEvaluator functionality
2008-12-04 Josh Micichshould have been part of c723161 (re-arranging methods...
2008-12-04 Josh Micichre-arranging methods getRecordSize and getDataSize...
2008-12-03 Josh MicichMinor code improvements, fixed comments
2008-12-03 Josh MicichImprovements to arg checking in constructor
2008-12-03 Josh Micichmore generics compiler warnings fixes for poi.ss.formula
2008-12-03 Josh Micichfixed generics compiler warnings for poi.ss.formula
2008-12-03 Josh Micichmodified EvaluationCell to make Evaluation API more...
2008-12-02 Josh MicichFinal fix for bug 44914 - Removed warning message ...
2008-12-02 Josh Micich(bug 46156) fix junit error after c722284
2008-12-01 Josh Micich(bug 46156) fix unused import/compiler error after...
2008-12-01 Josh MicichFix for bug 46156 - improved POI's number rendering...
2008-12-01 Josh MicichGenerics warnings and other clean-up in HSSFSheet
2008-12-01 Josh MicichFix for bug 46312 - ValueRecordsAggregate should handle...
2008-11-29 Josh MicichImproved error message when attempting to read BIFF2...
2008-11-29 Josh MicichSimplified logic in getStyleRecord() (investigating...
2008-11-29 Josh MicichFixed generics compiler warnings in Workbook. Other...
2008-11-28 Josh MicichFix for bug 46206 - tolerate missing DIMENSION records
2008-11-27 Josh Micichimproved toString methods
2008-11-26 Josh Micichremoved unused method
2008-11-26 Josh MicichPatch 46301 - (from Patrick Cheng) - added some pivot...
2008-11-26 Josh Micichfixed NPE in HyperlinkRecord.toString()
2008-11-25 Yegor Kozlovupdated DOAP for POI, this file is used by projects...
2008-11-25 Yegor Kozlovproperly set font size when applying indexed font
2008-11-24 Josh MicichFix for bug 46280 - RowRecordsAggregate should allow...
2008-11-24 Yegor Kozlovset new version.id=3.5-beta5
2008-11-21 Yegor Kozlovrenamed Name.setFormula to more descriptive setRefersTo...
2008-11-21 Josh MicichFixes / additions for reserialization of HyperlinkRecord
2008-11-21 Josh Micichrefactoring test case
2008-11-20 Yegor Kozlovapplied patch #46229 by Gisella Bronsetti: initial...
2008-11-20 Yegor Kozlovimproved tasks for making Maven artifacts1. maven-dist...
next