aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/model
Commit message (Expand)AuthorAgeFilesLines
* Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupt...Dominik Stadler2016-07-171-2/+3
* javadocs fixes (jdk8)Andreas Beeker2016-07-042-0/+6
* bug 59790: convert FormulaType class to enumJaven O'Neal2016-07-041-1/+36
* javadocs fixJaven O'Neal2016-07-041-0/+1
* javadocs fixes (jdk8)Andreas Beeker2016-07-033-17/+107
* deprecated DrawingManagerAndreas Beeker2016-07-031-0/+3
* #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape class...Andreas Beeker2016-07-038-1143/+0
* 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: deprecate o.a.p.hssf.model.PictureShapeJaven O'Neal2016-06-171-0/+3
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-152-27/+0
* fixing javadocs errors (in JDK8)Andreas Beeker2016-06-121-1/+1
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-1/+1
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-42/+42
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured...Javen O'Neal2016-06-101-1/+1
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-122-1/+15
* Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is foundDominik Stadler2016-04-031-7/+11
* Remove a superfluous/bloated log function, which String.format can do better ...Andreas Beeker2016-03-091-2/+1
* Refactor out the POIFS directory entry name for Excel 1-95 entries, and have ...Nick Burch2016-02-261-0/+7
* Refactor to pull out the list of Excel 97+ directory entry names to a common ...Nick Burch2016-02-261-0/+10
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-252-2/+3
* Remove useless double check on null introduced with the previous bugfixDominik Stadler2015-11-241-3/+1
* Bug 58085: removing sheet breaks other existing sheet referencesDominik Stadler2015-10-231-3/+3
* 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
* Bug 58326 - Forbidden APIs patches - second set of changes for charset settingsAndreas Beeker2015-09-081-1/+2
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-2/+2
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-153-6/+2
* Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa...Dominik Stadler2015-04-131-5/+6
* Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ...Dominik Stadler2015-02-092-4/+4
* 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 Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-282-4/+4
* Partial HSSF support for adding new external workbook formula references for ...Nick Burch2014-11-042-48/+101
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-251-2/+14
* Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha...Nick Burch2014-07-312-4/+68
* Add/Fix some JavadocDominik Stadler2014-07-271-1/+1
* More progress towards #55906 - Have the ExternSheet references set up for mul...Nick Burch2014-07-252-11/+30
* More internal method signature updates, for HSSF external sheets being possib...Nick Burch2014-07-242-10/+20
* Rename some of the internal HSSF sheet lookup methods which deal with externa...Nick Burch2014-07-242-19/+52
* Start to support formula parsing of sheet-specified named ranges, required fo...Nick Burch2014-07-182-7/+21
* Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w...Nick Burch2014-07-181-1/+2
* #56737 Sometimes Excel writes an internal reference to a local name in an odd...Nick Burch2014-07-182-12/+92
* Bug 56325: fix Exception when removing sheets with named ranges in the workbookDominik Stadler2014-05-152-8/+20
* performance issue logging calls are expensive because of the objects created ...Cédric Walter2014-03-311-1/+3
* Fix some JavaDoc items that are reported in the build-outputDominik Stadler2013-12-251-1/+1
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-022-8/+16
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-2315-42/+1