9 Commits (ce919673c4e935e8c756c91938f973d5c9a23ddb)

Author SHA1 Message Date
  Dominik Stadler ce919673c4 Bug 66425: Avoid exceptions found via poi-fuzz 9 months ago
  Dominik Stadler d3e35e740a Remove deprecation warnings reported with newer commons-io 1 year ago
  PJ Fanning 1bb6dddc06 introduce CellReferenceType 2 years ago
  PJ Fanning e6926f9779 introduce CellReferenceType 2 years ago
  PJ Fanning 607eb0fabe add R1C1 test 2 years ago
  PJ Fanning ba7cbf4b3c add R1C1 test 2 years ago
  PJ Fanning 3890b7013b convert tabs to spaces 3 years ago
  Andreas Beeker 0614835c55 #65304 - Add commons-io as a dependency 3 years ago
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 years ago
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 years ago
  Andreas Beeker a4ed4359cc Sonar fixes 3 years ago
  Andreas Beeker 606a313c4c Sonar fixes 3 years ago
  Andreas Beeker fb2a96a048 Sonar fixes 3 years ago
  Andreas Beeker a0fa9e19b1 #65026 - Migrate tests to Junit 5 3 years ago
  Andreas Beeker 4fd05fac12 #63745 - Add traversing and debugging interface to HSSF 4 years ago
  Andreas Beeker c66575c1e7 Migrate all junit tests to Junit 4 4 years ago
  Andreas Beeker ba6152503e #64004 - Replace clone() with copy constructor - mainly HSSF classes 4 years ago
  Dominik Stadler 40f8d119c7 Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names 5 years ago
  Andreas Beeker 8ebfec4808 #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* 5 years ago
  Andreas Beeker 96d5fab483 #62649 - Remove OPOIFS 5 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Javen O'Neal 63b9090007 bug 55075,51233: create drawings with correct height when rows are custom height 7 years ago
  Dominik Stadler e65020bb72 Use IOUtils.closeQuietly() in more places 7 years ago
  Nick Burch fcf3162b54 Sync the file-based "past-the-end" exception to match the stream one, so that extending works, then tests for HSSF writing to a new empty POIFS file #57919 8 years ago
  Nick Burch 551ca753ca Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix first 8 years ago
  Nick Burch 9376bdf27f #57919 Provide an initial in-place write method for HSSFWorkbook 8 years ago
  Dominik Stadler 3805d00888 Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupts bspos value in WorkbookRecordList 8 years ago
  Javen O'Neal 8a9cb7c66b reorganize imports (remove unused imports, sort alphabetically) 8 years ago
  Javen O'Neal 752eda425d add unit test for HSSFWorkbook.getSelectedTabs 8 years ago
  Javen O'Neal 172ac0be60 bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF 8 years ago
  Javen O'Neal 981ebf6f5e restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkbook, BaseTestXSheet, BaseTestXRow, and BaseTestXCell from the OOXML-Lite target 8 years ago
  Javen O'Neal 01bd0b4a39 revert r1739548 and r1739550. I could not figure out how to add BaseTestXWorkbook|Sheet|Row.java without causing junit to complain about 'Test class should have exactly one public constructor' 8 years ago
  Javen O'Neal 4d4db5019c consolidate duplicates between TestXSSF* and TestSXSSF* 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
  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 fca4f0d0cb bug 58879: add SpreadsheetVersion to Workbook interface 8 years ago
  Andreas Beeker 5fd534c44b findbugs fixes 8 years ago
  Dominik Stadler 2afe977622 Bug 58499: Don't report Zip-Bomb for small files which should not cause memory issues anyway 8 years ago
  Dominik Stadler 6f2e63db99 Update test to not depend on an existing build-directory 8 years ago
  Dominik Stadler 0648ee7b54 Bug 58480: Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly. Use reflection as DirectBuffer is in package sun.com and thus likely to go away with Java 9. 8 years ago
  Dominik Stadler d6254deb3b Eclipse warnings, comment out dead code, close resources, enhance unit tests, javadoc, ... 8 years ago
  Dominik Stadler 642ba72872 Add test from bug 49423 to verify that the problem was fixed in the meantime 9 years ago
  Nick Burch 42bb3f2194 Correct older biff detection, and add unit tests for HSSFWorkbook giving helpful exceptions on the older formats 9 years ago
  Dominik Stadler e270c4ca5c Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 9 years ago
  Dominik Stadler 5f4551da69 Print out current version of java before building to allow to see in build output if we use a supported Java VM version 9 years ago
  Dominik Stadler 8a1411bda1 fix some Eclipse warnings, unnecessary null-check and missing close() in tests 10 years ago
  Andreas Beeker d58466c8b3 update *ssf-workbook tests to junit4 10 years ago
  Dominik Stadler b002f0497a Add some @Overrides suggested by Eclipse, generics and some warnings, 10 years ago
  Dominik Stadler 9d7c124057 Fix Bug 54400 by updating the index in the LinkTable whenever sheets are 10 years ago
  Dominik Stadler f06e06ef12 Add testcase which tries to reproduce Bug 48495, but seems to be fixed 10 years ago