aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/model/LinkTable.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-702/+0
* Throw an exception with more information instead of an NPEDominik Stadler2020-06-151-0/+4
* #55505 - CountryRecord not foundAndreas Beeker2020-04-211-1/+5
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-101-3/+3
* use StringBuilder in more placesPJ Fanning2017-10-311-498/+504
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-311-2/+2
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-5/+5
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-4/+4
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-141-7/+5
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-151-8/+0
* Partial HSSF support for adding new external workbook formula references for ...Nick Burch2014-11-041-48/+96
* More progress towards #55906 - Have the ExternSheet references set up for mul...Nick Burch2014-07-251-7/+12
* More internal method signature updates, for HSSF external sheets being possib...Nick Burch2014-07-241-7/+6
* Rename some of the internal HSSF sheet lookup methods which deal with externa...Nick Burch2014-07-241-10/+30
* Start to support formula parsing of sheet-specified named ranges, required fo...Nick Burch2014-07-181-5/+15
* 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-181-8/+35
* Bug 56325: fix Exception when removing sheets with named ranges in the workbookDominik Stadler2014-05-151-5/+13
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-021-8/+13
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-231-3/+0
* Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo...Dominik Stadler2013-07-121-1/+1
* Bugzilla 52576: support changing external file references in HSSFWorkbookYegor Kozlov2012-02-101-0/+23
* improved LinkTable to support registering external UDFs.Yegor Kozlov2010-11-271-8/+96
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-3/+3
* Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the c...Nick Burch2010-07-161-5/+18
* Apply, with a few tweaks, the patch from bug #48996 - initial support for Ext...Nick Burch2010-06-101-1/+13
* deleted 'svn:executable' propertyJosh Micich2009-10-161-0/+0
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-181-24/+24
* Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form...Josh Micich2009-04-081-1/+6
* Converted SupBookRecord to use plain Strings instead of UnicodeStringsJosh Micich2008-11-051-5/+6
* Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulasJosh Micich2008-09-281-15/+76
* Fix for bug 45978 - removed eager initialisation of SheetReferencesJosh Micich2008-09-141-4/+0
* Fix for bug 45698 - allow LinkTable to read EXTERNSHEET recordsJosh Micich2008-08-281-2/+23
* initial work on supporting calls to add-in functionsJosh Micich2008-08-111-27/+49
* Refinements to fix for bug 45126. Excel does not produce any records like 'E...Josh Micich2008-08-111-29/+31
* Fix bug #45126 - Avoid generating multiple NamedRanges with the same name, wh...Nick Burch2008-07-101-1/+29
* Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK recordsJosh Micich2008-05-231-15/+19
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-041-0/+302