7189 Commits (e2280c276d2631efce1d1a8e6de64110141cc665)
 

Author SHA1 Message Date
  Javen O'Neal e2280c276d bug 59264: use BorderStyle for changing Cell border line style 8 years ago
  Javen O'Neal def818e036 bug 59264: copy cell border style codes (from CellStyle.java) into BorderStyle enum 8 years ago
  Javen O'Neal ace7982898 rearrange BORDER_DOTTED and BORDER_HAIR 8 years ago
  Tim Allison f4267c193a revert test file to original bytes see bug 59257. Thanks to Javen O'Neal for pointing this out and Dominik Stadler for fixing the unit test. Apologies to all for not reading my diff more carefully before committing. 8 years ago
  Andreas Beeker 647f5d9fd4 prepare for 3.15-beta2 8 years ago
  Andreas Beeker 8d66a5c5d1 release prepare for 3.15-beta1 - pin documentation 8 years ago
  Andreas Beeker f599bb5928 release prepare for 3.15-beta1 - updating build.xml and status.xml 8 years ago
  Andreas Beeker 75362550cc prepare for 3.15-beta2 8 years ago
  Andreas Beeker 18fed6d36e release prepare for 3.15-beta1 - pin documentation 8 years ago
  Andreas Beeker 3deb82db58 release prepare for 3.15-beta1 - updating build.xml and status.xml 8 years ago
  Andreas Beeker bb73989a19 release prepare for 3.15-beta1 - updating build.xml and status.xml 8 years ago
  Dominik Stadler 30ccf52add Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is found 8 years ago
  Dominik Stadler 3635648936 Fix two more places where wrong/invalid files can lead to file-handle leaks currently 8 years ago
  Dominik Stadler 7d10aab52e Prevent us from changing the file with every test-run 8 years ago
  Dominik Stadler df04d68834 Fix some cases where file handles are not closed in OldExcelExtractor 8 years ago
  Dominik Stadler 1b5284d5d5 Regression: Add unit-test which triggers more code deep inside XSLF to have some missing pieces included in the reduced ooxml-schema-jar 8 years ago
  Nick Burch 21bcca03e4 Javadoc fix - Generics are type-erased so not included in the javadoc links 8 years ago
  Dominik Stadler 63780176d9 Enhance integration tests to call some of the common examples/devtools to also trigger these with all sample files, currently XLSX2CSV, BiffViewer, FromHowTo 8 years ago
  Tim Allison 9900929cca POI 59257 upgrade Bouncy Castle to 1.54 8 years ago
  Dominik Stadler 06ba6d5e5c Bug 57930: Add support for inlineString in FromHowTo 8 years ago
  Dominik Stadler e0d2a967ee Adjust integration tests, fix compilation warnings, make the check on "EXPECTED_EXTRACTOR_FAILURES" actually work 8 years ago
  Dominik Stadler 6f2763470e Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 8 years ago
  Nick Burch 858ef50cc5 Fetch the Ant SVN binding jars if init-svn is called 8 years ago
  Dominik Stadler b402906071 DumpPOIFS: Create a separate named sub-directory for each file to not overwrite each other when passing in multiple files for dumping, check for failing mkdirs() 8 years ago
  Dominik Stadler 0cbe6c7d1d Revert set of inadvertedly committed files/changes 8 years ago
  Dominik Stadler 349b14f837 Bug 58915: Add note about memory consumption and update changelog 8 years ago
  Dominik Stadler 0d48f57e9e Bug 58915: Update javadoc for memory consumption and fix some other javadoc and compiler warnings 8 years ago
  Dominik Stadler fc01e35089 Try to reproduce bug 58922, convert to JUnit 4 8 years ago
  Dominik Stadler 33dda9cd71 Fix some compiler warnings, improve error message, cover some more code 8 years ago
  Dominik Stadler c23c89a3da Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, empty strings are counted as blank as well 8 years ago
  Andreas Beeker 57aa67b524 XSLF: do not display Master Slide objects by default 8 years ago
  Andreas Beeker 1e65636048 some zips can't be opened via ZipFile in JDK6, as the central directory 8 years ago
  Andreas Beeker 033580e1b3 sonar fixes 8 years ago
  Dominik Stadler 155323ee56 Fix some compiler warnings, javadoc, ... 8 years ago
  Dominik Stadler bfcfaf9d34 Bug 59199: Handle null date-values in a similar way as null-Strings 8 years ago
  Javen O'Neal 2c9d714867 assertCloseDoesNotModifyFile method was adapted from method with the same name in TestWorkbookFactory 8 years ago
  Javen O'Neal 615616a506 add more commented-out tests for bug 58779: closing an XML Workbook that was not opened as read-only will modify the file on disk 8 years ago
  Javen O'Neal 83810e71f6 make OPCPackage logger final 8 years ago
  Javen O'Neal 42c265b1fa bug 59224: change hasTint, add hasAlpha and unit tests. Patch from gubespam@gmail.com 8 years ago
  Javen O'Neal 38bad80971 make private member variable ctColor final 8 years ago
  Javen O'Neal a1b9cb221e bug 59222: fix NPE thrown by (S)XSSFSheet.getCellComments(). Reported by Vasily Kopytov. 8 years ago
  Javen O'Neal 0d543621ea bug 59212: Do not check for overlapping regions when adding merged regions to a sheet 8 years ago
  Javen O'Neal da9bd80d5e bug 59212: Do not check for overlapping regions when adding merged regions to a sheet 8 years ago
  Dominik Stadler 15d70b0828 Check for null in IOUtils.closeQuietly() to not log this unnecessarily 8 years ago
  Javen O'Neal fbee1bd860 return unmodifiable shared strings to guarentee parallel data structures stay in sync 8 years ago
  Javen O'Neal c6e27348f8 bug 59208: correctly understand val="1" for isBold, isItalic, etc 8 years ago
  Javen O'Neal c7980d66a6 fix inconsistent newlines (remove carriage returns), set svnprop eol-style native 8 years ago
  Andreas Beeker 8b1b768114 findbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLE 8 years ago
  Andreas Beeker 3dfbdc46e5 findbugs fixes - RR_NOT_CHECKED 8 years ago
  Andreas Beeker 95f959bcc6 another gump run fix (... try) 8 years ago