2009-03-26 |
Josh Micich | Fix for bug 46917 - PageItemRecord(SXPI) can contain... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Yegor Kozlov | support rotation of simple shapes |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Nick Burch | Fix the block allocation test, but still leave the... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Nick Burch | Explicit cast |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Nick Burch | Fix bug #46904, for old biff5/biff7 files where the... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Nick Burch | Disabled test for bug #46904 |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Josh Micich | Fix for bug 46840 - PageSettingsBlock should include... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Yegor Kozlov | update cell type when setting cached formula result... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Yegor Kozlov | added modifiers for anchor type to XSSFClientAnchor |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Josh Micich | Renamed Package (in org.apache.poi.openxml4j.opc) to... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Josh Micich | Abstracted record construction |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Josh Micich | updated url in comment |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Yegor Kozlov | support built-in data formats in XSSFDataFormat |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Yegor Kozlov | improved shifting of sheet-level names, also fixed... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Yegor Kozlov | fixed bug #46715 - Column width from original xlsx... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Yegor Kozlov | more improvements in shiftRows: 1. shift named ranges... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Yegor Kozlov | fixed non-standard ASF license headers |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Yegor Kozlov | added setDisplayZeros / isDisplayZeros and getMergedReg... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Yegor Kozlov | Improved LICENSE and NOTICE as suggested in Bugzilla... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Josh Micich | Attempt to fix GUMP build error due to case mismatch... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Yegor Kozlov | fixed Incorrect ooxml.xsds.url, see bugzilla #46753 |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Yegor Kozlov | fixed platform-dependent unit test |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Nick Burch | Fix typo |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Yegor Kozlov | updated status of the latest release on main page |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Yegor Kozlov | replaced log4j with POILogger in openxml4j, also conver... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Yegor Kozlov | added a script to upload digital signatures in the... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Yegor Kozlov | fixed a possible NPE in SimpleShape.getClientRecords() |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Josh Micich | Added HLSF test suite hierarchy. Silenced noisy tests. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Josh Micich | Should have been part of c746085 (More fixes to allow... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Josh Micich | More fixes to allow EscherContainerRecord to exclusivel... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Josh Micich | Fix for bug introduced in r745976. EscherContainerReco... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Josh Micich | Added Apache License text to files where it was missing... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Josh Micich | fixed typo in toString() |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Yegor Kozlov | fixed autoSizeColumn() to use cached formula values... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Yegor Kozlov | refactored XSSFSheet.shiftRows to use FormulaShifter... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Yegor Kozlov | Fixed formula parser to handle names with backslashes |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Josh Micich | fixed compiler warnings. added some TODO comments |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Josh Micich | Bugzilla 46660 - added 'hidden' property to Workbook |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Josh Micich | removed merge marker accidentally left behind in r653822 |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Josh Micich | Fixed WorkbookFactory.create(InputStream) to throw... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Josh Micich | added to-do comment |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Josh Micich | Fix for bug 46693 - serialization errors in CHARTFORMAT... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Josh Micich | Minor code clean-up |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Yegor Kozlov | correctly append picture data if Pictures stream contai... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Josh Micich | fixed record name in toString() close element |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Josh Micich | Refactored common CellValueRecordInterface code into... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Josh Micich | Generalised TestSheetShiftRows for both HSSF and XSSF... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Yegor Kozlov | update version.id to 3.5-beta6 |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Yegor Kozlov | improved XSSFSheet.shiftRows: 1. properly update cell... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Yegor Kozlov | added suport for Calculation Chain in XSSF, remove... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Josh Micich | Fixed serialization of multiple blank records (should... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Yegor Kozlov | Improved error handling for problems described in bugzi... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Josh Micich | Should be part of c 741036 (Fix for bug 46654 - HSSFRow... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Josh Micich | Fix for bug 46654 - HSSFRow/RowRecord needs to properly... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Josh Micich | Reverted accidental early commit (should not be part... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Josh Micich | Improvements to OpenXML4J unit tests. Fixed class... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Josh Micich | Fixed deprecated references to HSSFSheet.getRow(short... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Josh Micich | Fixed use of deprecated property HSSFName.reference... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Josh Micich | Modified formula parser to encode SUM taking a single... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Josh Micich | Fix for bug 46643 - formula parser should encode range... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Josh Micich | Added toString methods to help debugging |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Josh Micich | Fix for bug 46647 - COUNTIF NE operator and other speci... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Yegor Kozlov | added a method to remove slides |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Yegor Kozlov | fixed bugs 40520 and 46553: HSSFFont.applyFont() format... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Yegor Kozlov | import OpenXML4j codebase |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Josh Micich | Fix for bug 46545 - ObjRecord should ignore excessive... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Josh Micich | Fix for bug 46613 - evaluator should perform case insen... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Josh Micich | Follow-up fix for r737173 and r737238 (patch 46544... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Josh Micich | Follow-up fix for r737173 (patch 46544) - filename... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Josh Micich | Bugzilla 45644 - adding a command line interface to... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Josh Micich | Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEM... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Josh Micich | Fixing compiler warnings |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Josh Micich | Fixed HSSFCell/FormulaRecordAggregate to properly remov... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Josh Micich | Removed System.out.println and compiler warnings from... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Josh Micich | Fix for bug 46547 - Allow for addition of conditional... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Josh Micich | Removed unused, erroneous import |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Josh Micich | Bug 46548 - fixes for Page Settings Block (patch from... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Josh Micich | Updated class comment |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Josh Micich | Fixing bug 46551 - spelling mistakes in xSSFCell.checkB... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Yegor Kozlov | fixed unit test failing on jdk-1.6: java code should... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Josh Micich | Fixed "warning: unmappable character for encoding UTF8... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Josh Micich | resolved error constants in BoolErrRecord |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Josh Micich | Bugzilla 46523 - added implementation for SUMIF |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Josh Micich | Improvements to countif implementation in preparation... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Yegor Kozlov | removed invalid import to keep java compiler quiet |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Yegor Kozlov | jsr173_api-1.0.jar has moved to a new location, update... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Nick Burch | Support for reading HSSF column styles |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Nick Burch | Hook up POIXMLTextExtractor.getMetadataTextExtractor... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Nick Burch | Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Nick Burch | Improve a few comments |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Yegor Kozlov | removed Jaxen from NOTICE, poi-ooxml doesn't depend... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Josh Micich | Fix for bug 46479 - conversion of cached formula values... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Josh Micich | Fix for 45031 - added implementation for CHOOSE function. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Josh Micich | Simplifying ValueEval hierarchy, added comments to... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Nick Burch | Resolve the licensing issue around chunks_parse_cmds... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Josh Micich | Patch 46410 from Steven Butler - added impl for TIME... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Yegor Kozlov | added HSSFPictureData.getFormat() as requested in ... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Yegor Kozlov | Fix for bug 46445 - move hyperlinks when shifting rows |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Yegor Kozlov | continue cleanup of bugzilla, added unit test for ... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Yegor Kozlov | unit test for bug #19172 |
commit | commitdiff | tree | snapshot |
next |