aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/model/LinkTable.java
Commit message (Collapse)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-702/+0
| | | | | | | | update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build remove eclipse IDE project files remove obsolete record generator files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
* Throw an exception with more information instead of an NPEDominik Stadler2020-06-151-0/+4
| | | | | | This seems to be a corrupted document and shows up in regression tests and should at least be reported with some more information git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878870 13f79535-47bb-0310-9956-ffa450edef68
* #55505 - CountryRecord not foundAndreas Beeker2020-04-211-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876805 13f79535-47bb-0310-9956-ffa450edef68
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ↵PJ Fanning2020-01-101-3/+3
| | | | | | POI Record classes to be ambiguous git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872610 13f79535-47bb-0310-9956-ffa450edef68
* use StringBuilder in more placesPJ Fanning2017-10-311-498/+504
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813869 13f79535-47bb-0310-9956-ffa450edef68
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813863 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802110 13f79535-47bb-0310-9956-ffa450edef68
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-141-7/+5
| | | | | | | | - encryption support for HWPF - refactor/unify EncryptionInfo handling in H**F classes - remove Iterable interface from WorkbookRecordList - use getRecords() instead, to prevent modifications over the Iterator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798722 13f79535-47bb-0310-9956-ffa450edef68
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-151-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748483 13f79535-47bb-0310-9956-ffa450edef68
* Partial HSSF support for adding new external workbook formula references for ↵Nick Burch2014-11-041-48/+96
| | | | | | #57184 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636742 13f79535-47bb-0310-9956-ffa450edef68
* More progress towards #55906 - Have the ExternSheet references set up for ↵Nick Burch2014-07-251-7/+12
| | | | | | multi-sheet references git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613373 13f79535-47bb-0310-9956-ffa450edef68
* More internal method signature updates, for HSSF external sheets being ↵Nick Burch2014-07-241-7/+6
| | | | | | possible ranges, for #55906 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613307 13f79535-47bb-0310-9956-ffa450edef68
* Rename some of the internal HSSF sheet lookup methods which deal with ↵Nick Burch2014-07-241-10/+30
| | | | | | external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613305 13f79535-47bb-0310-9956-ffa450edef68
* Start to support formula parsing of sheet-specified named ranges, required ↵Nick Burch2014-07-181-5/+15
| | | | | | for a full fix to bug #56737 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1611753 13f79535-47bb-0310-9956-ffa450edef68
* Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval ↵Nick Burch2014-07-181-1/+2
| | | | | | which later places didn't handle. Largely allows us to process the .xls version of the test file for #56737 (but filenames aren't quite the same as in Excel) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1611711 13f79535-47bb-0310-9956-ffa450edef68
* #56737 Sometimes Excel writes an internal reference to a local name in an ↵Nick Burch2014-07-181-8/+35
| | | | | | odd way, without an ExternalNameRecord, try to detect and work around those git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1611681 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56325: fix Exception when removing sheets with named ranges in the workbookDominik Stadler2014-05-151-5/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1595048 13f79535-47bb-0310-9956-ffa450edef68
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-021-8/+13
| | | | | | removed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538163 13f79535-47bb-0310-9956-ffa450edef68
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-231-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516975 13f79535-47bb-0310-9956-ffa450edef68
* Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one ↵Dominik Stadler2013-07-121-1/+1
| | | | | | more case of IndexOutOfBoundsException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1502661 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52576: support changing external file references in HSSFWorkbookYegor Kozlov2012-02-101-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1242701 13f79535-47bb-0310-9956-ffa450edef68
* improved LinkTable to support registering external UDFs.Yegor Kozlov2010-11-271-8/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1039621 13f79535-47bb-0310-9956-ffa450edef68
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1038683 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the ↵Nick Burch2010-07-161-5/+18
| | | | | | comment is stored in a NameCommentRecord git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@964845 13f79535-47bb-0310-9956-ffa450edef68
* Apply, with a few tweaks, the patch from bug #48996 - initial support for ↵Nick Burch2010-06-101-1/+13
| | | | | | External Name References in HSSF formula evaluation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953395 13f79535-47bb-0310-9956-ffa450edef68
* deleted 'svn:executable' propertyJosh Micich2009-10-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826045 13f79535-47bb-0310-9956-ffa450edef68
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-181-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805284 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual ↵Josh Micich2009-04-081-1/+6
| | | | | | format written by Google Docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763391 13f79535-47bb-0310-9956-ffa450edef68
* Converted SupBookRecord to use plain Strings instead of UnicodeStringsJosh Micich2008-11-051-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@711514 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulasJosh Micich2008-09-281-15/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699761 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45978 - removed eager initialisation of SheetReferencesJosh Micich2008-09-141-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695264 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45698 - allow LinkTable to read EXTERNSHEET recordsJosh Micich2008-08-281-2/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689704 13f79535-47bb-0310-9956-ffa450edef68
* initial work on supporting calls to add-in functionsJosh Micich2008-08-111-27/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684971 13f79535-47bb-0310-9956-ffa450edef68
* Refinements to fix for bug 45126. Excel does not produce any records like ↵Josh Micich2008-08-111-29/+31
| | | | | | 'Excel_Name_Record_Titles_*' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684938 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45126 - Avoid generating multiple NamedRanges with the same name, ↵Nick Burch2008-07-101-1/+29
| | | | | | which Excel dislikes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@675776 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK recordsJosh Micich2008-05-231-15/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659429 13f79535-47bb-0310-9956-ffa450edef68
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-041-0/+302
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633547 13f79535-47bb-0310-9956-ffa450edef68