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