107 Commits (3778a3e9e24470499ebf0310a50848bdee266488)

Author SHA1 Message Date
  Andreas Beeker 3778a3e9e2 Sonar fixes 3 years ago
  PJ Fanning 0e0d1d56da avoid string concats 3 years ago
  Andreas Beeker 2841f3cd0e Sonar fixes - Ignore System.out-calls and args checks in examples 4 years ago
  Andreas Beeker 4fd05fac12 #63745 - Add traversing and debugging interface to HSSF 4 years ago
  PJ Fanning 2797d07486 try to fix some jdk 14 build issues due to java.lang.Record causing existing POI Record classes to be ambiguous 4 years ago
  Dominik Stadler 19884d0ca3 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  Andreas Beeker 33a4b2f3fb Buffered LittleEndianInputStream 5 years ago
  Andreas Beeker 8ebfec4808 #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* 5 years ago
  Dominik Stadler dc621da629 Update some tests and IntelliJ warnings 6 years ago
  Dominik Stadler 399381da8d Remove unnecessary local variables 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  PJ Fanning 6b4d045b20 remove deprecated org.apache.poi.hssf.record.RecordFormatException 7 years ago
  Dominik Stadler 5ca0b239bf Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
  Javen O'Neal 9330f2ac74 bug 59893: commit the changes from attachment 34068 that were unrelated to available() 7 years ago
  Andreas Beeker d5eed5ef08 SonarQube fixes 7 years ago
  Dominik Stadler 2dc2ab97e9 Revert "Add more output to BiffViewer for local debugging" 7 years ago
  Dominik Stadler edca6e17ff Add more output to BiffViewer for local debugging 7 years ago
  Andreas Beeker 0b3196ddcf javadocs fixes (jdk8) 8 years ago
  Andreas Beeker c0fec8f54e a few performance fixes to speed-up the tests 8 years ago
  Andreas Beeker 612217589c fixing javadocs errors (in JDK8) 8 years ago
  Dominik Stadler ce32cba605 BiffViewer: Close resources always 8 years ago
  Javen O'Neal ccbd5b209b javadoc typo 8 years ago
  Andreas Beeker b15b18bae7 replace Throwable.printStackTrace() with POILogger calls - Todo: other printStrackTrace(...) calls 8 years ago
  Andreas Beeker 079d946894 Sonar fixes - add cloneable interface to classes with clone() 8 years ago
  Nick Burch 928c6140ba Fix some Forbidden APIs errors 8 years ago
  Andreas Beeker ebdbe8b97a - reworked HexDump class - unified array dumps and usage of standard java calls for hex format 8 years ago
  Nick Burch 35e6255609 Enable CFRule12 use #58130 9 years ago
  Nick Burch d141ffd773 Fix indent/whitespace 9 years ago
  Nick Burch 239998a88c Start to support CF12 headers for #58130 9 years ago
  Nick Burch 5abd6431a2 #56791 More updates from OPOIFS to NPOIFS 9 years ago
  Andreas Beeker 56051c3e44 merge with trunk 9 years ago
  Dominik Stadler 9a002910c5 Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer 9 years ago
  Dominik Stadler 2c7fff15e1 Don't unnecessarily convert from ArrayList to array, use the ArrayList directly instead, this speeds up BiffViewer and related unit tests 10 years ago
  Dominik Stadler 8812a4ea04 Re-use functionality from HSSFWorkbook in dev-tools to find the 10 years ago
  Dominik Stadler c856b750ae Add a number of tests for the dev-tools. The tests iterate over all .xls 10 years ago
  Yegor Kozlov dd9c547ea3 Bugzilla 52569: Support DConRefRecord in HSSF 12 years ago
  Yegor Kozlov 2186074689 Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load 13 years ago
  Nick Burch 89eaddd26c Add missing record, and fix a few indents 13 years ago
  Yegor Kozlov fc6fe5f375 initial support for excel auto-filters 14 years ago
  Nick Burch aa253ea74a Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the comment is stored in a NameCommentRecord 14 years ago
  Nick Burch 034e5c4a97 Apply, with a few tweaks, the patch from bug #48996 - initial support for External Name References in HSSF formula evaluation 14 years ago
  Nick Burch 0e9861932a More work on FeatRecord/Shared Features. More is still needed though, it's still WIP 14 years ago
  Josh Micich e9d0f5aeb6 Added CellRange return type for Sheet array formula methods. Renamed new test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases. 14 years ago
  Yegor Kozlov f5e2cb8046 fixed incorrect initialization of --noheader option in BiffViewer 14 years ago
  Josh Micich 8221d39585 Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 47251 / r892862). 14 years ago
  Yegor Kozlov cba00b6d1d undo code mistakenly submitted in r892839 14 years ago
  Yegor Kozlov 28c5b0fd2b improved javadoc on Picture.resize() 14 years ago
  Yegor Kozlov c22b4bc9a6 added --noheader option to BiffViewer to suppress output of record headers 14 years ago
  Josh Micich c15f65b01e Bugzilla 47652 - Added support for reading encrypted workbooks 15 years ago
  Yegor Kozlov 2a2d6b0b69 added a cmd option to turn on deserialization of escher records 15 years ago