5867 Commits (c2113c8a7107942314f4250802c8079ede60d97f)
 

Author SHA1 Message Date
  Dominik Stadler c2113c8a71 Bug 57003: Add implementation of function FIXED 9 years ago
  Andreas Beeker 08c876f792 another signature ubuntu jdk6 bug fix ... and offline/online handling 9 years ago
  Nick Burch a6216f4383 Try for a more specific failure message on the assert 9 years ago
  Andreas Beeker f6794774e8 another blind sha2 bug fix ... 9 years ago
  Andreas Beeker 83eae6a5b7 Added a catch and another workaround for the OpenJDK SHA2 AIOOBE bug 9 years ago
  Dominik Stadler ac57e34264 github-7 - Form check box extraction with XWPFWordExtractor 9 years ago
  Nick Burch 9bb00e4228 Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. This closes #11 from github 9 years ago
  Nick Burch 9c21ed23f9 Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from github 9 years ago
  Nick Burch dc12c0ab12 FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897 9 years ago
  Andreas Beeker fc89aa8af7 workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1155012 9 years ago
  Nick Burch 9fbb7724aa Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a Typo 9 years ago
  Nick Burch bc64486226 Some more XSSF testing for #57184 9 years ago
  Nick Burch ca59b7c8af Partial HSSF support for adding new external workbook formula references for #57184 9 years ago
  Nick Burch 30a99d7a0d Improve BiffViewer output for SupBookRecord 9 years ago
  Nick Burch 56e59eeacf Fix naming, see #57185 9 years ago
  Nick Burch 70365497bb Add unit test for bug #57176 9 years ago
  Nick Burch 36142247f4 More disabled unit tests relating to external workbook formula references 9 years ago
  Nick Burch 10e9daf4eb Switch to explicit includes 9 years ago
  Uwe Schindler 558d264822 Fix bug 57162: Content_types.xml and .rels files had elements with wrong namespace (the default one) 9 years ago
  Nick Burch f0b083dae3 Comment out work-in-progress extension to test 9 years ago
  Nick Burch 4cb616f1f3 Add missing HSSFWorkbook constructor javadocs #57166 9 years ago
  Dominik Stadler c3753981dd Apply patch for bug 57151: Document CellRangeAddress and add some validation to prevent invalid row/column combinations. 9 years ago
  Andreas Beeker 3b341743de excluded notesmaster.xml from rat check 9 years ago
  Andreas Beeker 1f615e39c7 Bug 55164 - Support for adding slide notes 9 years ago
  Andreas Beeker 1d8756bf3c simplified the cropping code and changed the cropping image to a more sophisticated one - interesting enough, it's rendered correct in POI (like in Powerpoint), but malformed in LO 9 years ago
  Cédric Walter 4364b1621d Bug 57150: Added EOMONTH function 9 years ago
  Andreas Beeker 4112a026f9 Bug 57143 - Javadocs and throws clause for WorkbookUtil 9 years ago
  Andreas Beeker 9a107e9d82 Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent() 9 years ago
  Andreas Beeker c828d44a84 house keeping - fixes for sonarqube blockers 9 years ago
  Andreas Beeker 1499778fdd added ooxml-security-1.0 to the maven artifacts 9 years ago
  Dominik Stadler 0506512a36 Apply patch for bug 55864 - XSSFImportFromXML.importFromXML() does not support optional elements 9 years ago
  Dominik Stadler 0c353fa71a Apply patch to fix bug 56835: Unreadable content when adding multiple comments to cell 9 years ago
  Dominik Stadler 55c17e19c6 One more change to OOXMLLite to also run all tests successfully when the outdated xerces lib is provided 9 years ago
  Nick Burch 53a46c6ab3 Add disabled unit tests for bug #46670 - failing on both HSSF and XSSF, but for different reasons 9 years ago
  Nick Burch 2dbc657c7c Unit tests which reference XSSF must be on the ooxml part of the tree 9 years ago
  Nick Burch df431c1d51 Escape non-ASCII characters in the unit test, so it builds properly everywhere 9 years ago
  Andreas Beeker e303a85c6c xml dsign - javadoc fixes 9 years ago
  Dominik Stadler 4b66316963 Bug 57010: Add implementation of function PROPER 9 years ago
  Dominik Stadler c1bf8e82a9 * Make more tests work in OOXMLLite compilation by adding xml security classpath and ensuring proper cleanup in some Extractor tests 9 years ago
  Dominik Stadler dc570c8e83 * Also adjust build.xml for newer required Ant 1.8.0 9 years ago
  Dominik Stadler 544c826ec5 When using v4 Junit style, we need to set @Test to make the test-methods actually execute 9 years ago
  Andreas Beeker 90359aefff Removed some custom classloading code, which doesn't make sense anymore 9 years ago
  Nick Burch ac777eb7c8 Finish unit tests for stackoverflow #26437323 - POI works fine already! 9 years ago
  Nick Burch 9517e9254e Start on unit tests for the problem reported in stackoverflow post 26437323 9 years ago
  Nick Burch 1cd3797dda Move non-HSSF specific bug tests into BaseTestBugzillaIssues from HSSF TestBugs, so they can be tested automatically on XSSF too 9 years ago
  Nick Burch 7832ad993c SheetUtil helper for finding the main cell of a merged region, if in one 9 years ago
  Dominik Stadler 1c98be92f3 Seems we have slow connection on the Apache Jenkins instance. Thus allow one specific test to fail with a specific ConnectException as we see this happening sometimes in Jenkins but should not fail the unit test suite of POI because of such infrastructure problems 9 years ago
  Andreas Beeker a36ac06d69 Bug 56836 - XML signature support 9 years ago
  Nick Burch aa6ea5344b Add a note on how this is not the right way to make a string of your cell 9 years ago
  Andreas Beeker 860892e68d Bug 57080 - IndexOutOfBoundsException in poi decryptor 9 years ago