aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/model/InternalSheet.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-1678/+0
* Try to fix sonar buildAndreas Beeker2021-03-141-0/+1
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-56/+50
* avoid string concatsPJ Fanning2020-12-171-6/+4
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-101-16/+13
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-221-24/+16
* replace more StringBuffersPJ Fanning2019-11-211-1/+1
* sonar fixes - null dereferenceAndreas Beeker2018-05-211-4/+9
* Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ...Dominik Stadler2017-11-051-0/+8
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-4/+4
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-8/+8
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-1/+1
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-291-37/+2
* javadocs fixes (jdk8)Andreas Beeker2016-07-031-4/+19
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-021-1/+1
* bug 59645: add Page Setup Print row and column headings support for Common SSJaven O'Neal2016-06-191-1/+41
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-151-19/+0
* fixing javadocs errors (in JDK8)Andreas Beeker2016-06-121-1/+1
* Remove a superfluous/bloated log function, which String.format can do better ...Andreas Beeker2016-03-091-2/+1
* Fixed a problem with save-and-load of conditional formattings (CFHeader12 was...Andreas Beeker2015-10-051-1/+2
* sonar fixesAndreas Beeker2015-09-301-5/+5
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-281-3/+11
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-121-5/+5
* Fix some Eclipse warningsDominik Stadler2015-01-021-2/+2
* Bug 46192: Add methods to query outline level for HSSF and XSSFDominik Stadler2015-01-021-0/+4
* Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha...Nick Burch2014-07-311-3/+66
* performance issue logging calls are expensive because of the objects created ...Cédric Walter2014-03-311-1/+3
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-231-6/+0
* complete refactoring in EscherAggregateEvgeniy Berlog2012-08-121-2/+2
* added javadoc and few other improvementsEvgeniy Berlog2012-08-061-0/+3
* merged with trunkEvgeniy Berlog2012-08-051-1/+1
|\
| * Bugzilla 53414: properly update sheet dimensions when adding columnYegor Kozlov2012-06-261-1/+1
* | code refactoringEvgeniy Berlog2012-08-011-0/+1
* | fixed cloning of sheets with chartsEvgeniy Berlog2012-07-241-6/+1
* | implemented cloning of shapesEvgeniy Berlog2012-07-191-2/+2
* | implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-061-1/+1
* | Bugzilla 53010, patch from June 3: improved support for Continue records in d...Yegor Kozlov2012-06-041-23/+2
* | Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in...Yegor Kozlov2012-05-281-37/+9
|/
* Bugzilla 49529 - avoid exception when cloning sheets with no drawing records ...Yegor Kozlov2012-03-291-0/+8
* Bugzilla 52626: fixed setting default row height in HSSF and XSSFYegor Kozlov2012-02-121-0/+2
* bug 46250 - Fixed cloning worksheets with imagesYegor Kozlov2011-07-191-1/+5
* 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-011-7/+26
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-251-1/+13
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-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
* Renamed model.Sheet to InternalSheet to alleviate name clash.Josh Micich2009-12-221-0/+1608