34 Commits (373b2d1fa52d6b57f5e3e46acb1f798f33263c52)

Author SHA1 Message Date
  PJ Fanning 373b2d1fa5 remove some deprecated code 3 years ago
  PJ Fanning c34c1ca49c remove some deprecated code 3 years ago
  Vladislav Galas e501d4015d Bug 62828: CellReference(Cell) now initializes sheet name. 5 years ago
  PJ Fanning 1e8ecbec04 change HyperLink getType to return HyperlinkType 6 years ago
  Nick Burch ab9131c59e Used deprecated external method removed, so remove internal method 7 years ago
  Javen O'Neal f656e74c4b bug 60416: prefer CellReference ref over String ref 7 years ago
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  Javen O'Neal 6f40901d64 bug 59873: add @Removal annotations for deprecated CreationHelper#createHyperlink(int) and Hyperlink static aliases to HyperlinkType enum values 7 years ago
  Javen O'Neal a0ba3f5924 bug 59873: javadoc fix 8 years ago
  Javen O'Neal a69c8fca51 bug 59873: javadoc fix 8 years ago
  Javen O'Neal e9d5694574 bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 8 years ago
  Javen O'Neal 9816a7ccd8 bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enum 8 years ago
  Javen O'Neal c0ee980ac7 throw exception if hyperlink is invalid type when validating hyperlink 8 years ago
  Javen O'Neal 6803dc89e0 bug 59775: correctly create XSSFHyperlinks when target is a URL containing a hash mark; patch contributed by Guillermo Alvarez 8 years ago
  Javen O'Neal f629699265 bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlink 8 years ago
  Javen O'Neal fcfe7e08ad javadoc fix 8 years ago
  Javen O'Neal 203f676d96 bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class 8 years ago
  Javen O'Neal 4a727300a7 bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet to Sheet 8 years ago
  Javen O'Neal 2535839b70 bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows on an XSSFSheet 8 years ago
  Nick Burch 2809a55dd3 Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cell 9 years ago
  Dominik Stadler 240579a854 Update Javadoc somewhat 10 years ago
  Yegor Kozlov b5b1f94e24 Bugzilla 54070: Patch for typos in comments, javadoc and documentation 11 years ago
  Yegor Kozlov 306579455b Bugzilla 53043 - don't duplicate hyperlink relationships when saving XSSF file 12 years ago
  Yegor Kozlov 37149e9d6b Bugzilla 52716 - tolerate hyperlinks that have neither location nor relation 12 years ago
  Yegor Kozlov 4b1b2f4af2 validate hyperlink address as discussed on poi-user 12 years ago
  Yegor Kozlov 585c3d0e6f support for hyperlinks in SXSSF 13 years ago
  Nick Burch 926f35d047 Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 14 years ago
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else 15 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago
  Yegor Kozlov acfcbeb3c5 applied patches #46079, #46080 and #46081 by Gisella Bronzetti 15 years ago
  Yegor Kozlov b03f77865d applied patches #46004 and #46006 submitted by Gisella Bronzetti 15 years ago
  Nick Burch 821aad8c70 As discussed on dev@poi, move XSSFRelation out to its own class 16 years ago
  Nick Burch 559508b7e0 Finish off XSSFHyperlink support 16 years ago
  Nick Burch 4a1c6abf59 More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just need to fix a openxml4j bug first though 16 years ago
  Nick Burch 595525a03c Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but have yet to implement. (See WithMoreVariousData.xlsx for all the different kinds when implementing) 16 years ago