| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed bug 51481 - fixed autofilters in HSSF to avoid warnings in Excel 2007 | Yegor Kozlov | 2011-07-20 | 1 | -0/+3 |
* | Support for appending images to existing drawings in HSSF | Yegor Kozlov | 2011-07-20 | 1 | -3/+4 |
* | bug 46250 - Fixed cloning worksheets with images | Yegor Kozlov | 2011-07-19 | 2 | -16/+74 |
* | Bug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are... | Yegor Kozlov | 2011-07-15 | 1 | -10/+10 |
* | Apply patch from bug #51460 (with some related generics tweaks) - Improve HSS... | Nick Burch | 2011-07-01 | 2 | -11/+30 |
* | Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat... | Yegor Kozlov | 2011-06-27 | 1 | -37/+44 |
* | Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF | Yegor Kozlov | 2011-06-25 | 1 | -1/+13 |
* | Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th... | Yegor Kozlov | 2011-06-23 | 1 | -0/+5 |
* | Bug 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when ther... | Yegor Kozlov | 2011-06-22 | 8 | -12/+37 |
* | Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ... | Nick Burch | 2011-01-20 | 1 | -8/+10 |
* | mark GutsRecord as terminating row blocks, prevent exception when reading wor... | Yegor Kozlov | 2010-12-11 | 1 | -0/+1 |
* | improved LinkTable to support registering external UDFs. | Yegor Kozlov | 2010-11-27 | 2 | -10/+113 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 3 | -6/+6 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 2 | -2/+2 |
* | Avoid IllegalStateException when creating Data validation in sheet with macro... | Yegor Kozlov | 2010-10-04 | 1 | -0/+2 |
* | fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ... | Yegor Kozlov | 2010-09-11 | 1 | -6/+1 |
* | fixed fetching names of user defined styles, see Bugzila 49751 | Yegor Kozlov | 2010-08-19 | 1 | -1/+1 |
* | Remove svn:executable property from a series of files that didn't need it set | Nick Burch | 2010-08-09 | 1 | -0/+0 |
* | initial support for excel auto-filters | Yegor Kozlov | 2010-08-08 | 2 | -0/+117 |
* | Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the c... | Nick Burch | 2010-07-16 | 2 | -6/+60 |
* | Apply, with a few tweaks, the patch from bug #48996 - initial support for Ext... | Nick Burch | 2010-06-10 | 2 | -1/+22 |
* | Fix bug #46664 - fix up Tab IDs when adding new sheets, so that print areas d... | Nick Burch | 2010-06-09 | 1 | -0/+9 |
* | Tidy up various indents and generics warnings | Nick Burch | 2010-05-27 | 2 | -28/+20 |
* | records.UnicodeString isn't actually a Record, just a common part that exists... | Nick Burch | 2010-01-18 | 1 | -1/+1 |
* | Add Generics types to avoid warnings | Nick Burch | 2009-12-27 | 1 | -3/+3 |
* | Make InternalSheet capture the feature related records | Nick Burch | 2009-12-27 | 1 | -0/+8 |
* | More work on FeatRecord/Shared Features. More is still needed though, it's st... | Nick Burch | 2009-12-26 | 1 | -1/+2 |
* | Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 4... | Josh Micich | 2009-12-23 | 1 | -29/+19 |
* | Renamed model.Sheet to InternalSheet to alleviate name clash. | Josh Micich | 2009-12-22 | 2 | -10/+12 |
* | Renamed model.Workbook to InternalWorkbook to alleviate name clash. | Josh Micich | 2009-12-22 | 2 | -9/+11 |
* | put field initialisation in Workbook constructor | Josh Micich | 2009-12-22 | 1 | -17/+27 |
* | Removed unused Model, ModelFactory. ModelFactoryListener etc. | Josh Micich | 2009-12-22 | 3 | -31/+2 |
* | fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bug... | Yegor Kozlov | 2009-12-19 | 1 | -0/+3 |
* | Patch 48284 - raise visibility of FormulaParseException | Josh Micich | 2009-11-27 | 1 | -4/+7 |
* | deleted 'svn:executable' property | Josh Micich | 2009-10-16 | 3 | -0/+0 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 3 | -10/+10 |
* | Bugzilla 47747 - fixed logic for locating shared formula records | Josh Micich | 2009-09-18 | 1 | -11/+24 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 1 | -13/+9 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 1 | -24/+24 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 2 | -76/+81 |
* | Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ... | Josh Micich | 2009-06-12 | 2 | -157/+93 |
* | fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ... | Yegor Kozlov | 2009-06-07 | 6 | -8/+8 |
* | Removed RCS tags from src/java javadocs | Josh Micich | 2009-06-04 | 1 | -1/+1 |
* | Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning fi... | Josh Micich | 2009-06-01 | 1 | -172/+117 |
* | Bugzilla 47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records aft... | Josh Micich | 2009-06-01 | 1 | -50/+7 |
* | Changed CRLF to LF in .java base src files. Minor reformatting fixes. | Josh Micich | 2009-05-19 | 1 | -82/+82 |
* | Introduced CustomViewSettingsRecordAggregate. Also reverted some debug change... | Josh Micich | 2009-05-11 | 1 | -33/+27 |
* | Created ChartSubstreamRecordAggregate to manage chart sub-streams. Not fully... | Josh Micich | 2009-05-10 | 1 | -40/+32 |
* | Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused sheet... | Josh Micich | 2009-05-10 | 1 | -30/+43 |
* | read GutsRecord in in the Sheet(RecordStream rs) | Yegor Kozlov | 2009-04-18 | 1 | -0/+4 |