6951 Commits (720db41739a4b9564e33e9912b40636f59ddaf52)
 

Author SHA1 Message Date
  Andreas Beeker 720db41739 #55030 - RichTextRun getFontName can not get Chinese font name 8 years ago
  Andreas Beeker edfa151420 #56570 - RecordType has repeat by code type 3009 8 years ago
  Andreas Beeker b9851d98b9 #56570 - RecordType has repeat by code type 3009 8 years ago
  Andreas Beeker ed27fea0e6 WMF fixes 8 years ago
  David North 38017a61de Fix example. If you don't call super for the non-ignored sheets, everything breaks because you end up with an empty workbook. 8 years ago
  Dominik Stadler 4b37b0d47d Fix bug 58760: non-standard namespace-key breaks parsing XLSX files 8 years ago
  Dominik Stadler b4c4740f98 Revert changes to integration-test-framework to not make tests fail with strange errors about entity expansion limits 8 years ago
  Dominik Stadler 3073f62b92 Use parameter in unit test 8 years ago
  Dominik Stadler e55a1b63e1 Adjust test for extracting some more 8 years ago
  Dominik Stadler 4af62d8bbe Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed. 8 years ago
  Dominik Stadler 3f1588cb85 Adjust doap to list dev-list as maintainer and adjust license information 8 years ago
  Dominik Stadler fcbd9b5409 Add null-handler in integration-tests for two Visio files which are not handled (yet) and adjust memory handling somewhat 8 years ago
  Dominik Stadler baee1a5599 Bug 58616: Try to initialize with empty password if not done before 8 years ago
  Dominik Stadler a40f3668d6 Eclipse warnings 8 years ago
  Dominik Stadler 581aba1597 Exclude file from integration-tests until bug 58760 is fixed 8 years ago
  Andreas Beeker c4238eed24 WMF - remove test output 8 years ago
  Nick Burch 5420e5f59b Disabled unit test for #58760 (problem remains) 8 years ago
  Javen O'Neal 23794a84c7 remove unused import 8 years ago
  Javen O'Neal e257670796 add comment 8 years ago
  Javen O'Neal ba1b0a2d83 move comment 8 years ago
  Javen O'Neal 4fb50e066a javadocs 8 years ago
  Javen O'Neal 21a3b0c77a add unit test for bug 58779 when the problem gets fixed 8 years ago
  Javen O'Neal 396f79eff3 junit3 -> junit4 8 years ago
  Javen O'Neal 04d719a630 revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid modifying SampleSS.xlsx (this bug will be addressed in a future commit). Since r1721468 8 years ago
  Javen O'Neal 2e138bd854 revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid modifying SampleSS.xlsx (this bug will be addressed in a future commit). Since r1721468 8 years ago
  Javen O'Neal 4d0ee1b1c1 make spreadsheet file names static final rather than initializing them with setUp() 8 years ago
  Javen O'Neal 15c564cab1 whitespace 8 years ago
  Javen O'Neal 90f42c4463 javadoc fix 8 years ago
  Javen O'Neal 2d0c264464 bug 58775: set an upper limit on number of data formats, default 250. 8 years ago
  Javen O'Neal ac12a2a9ef fix javadocs warnings for r1721930 (bug 58775) 8 years ago
  Javen O'Neal a67a49f42d convert junit3 to junit4 8 years ago
  Javen O'Neal de7a2039ba whitespace 8 years ago
  Andreas Beeker 35a0d068fb WMF fixes 8 years ago
  Javen O'Neal b01c8e342c bug 58778: override a built-in number format, such as using £ instead of $ for currency 8 years ago
  Javen O'Neal 5790fabcc8 bug 58740: javadocs 8 years ago
  Javen O'Neal cac40dd101 bug 58775: use short for data format index, int for cell style index 8 years ago
  Javen O'Neal 35c8e0c5ed bug 58775: consolidate HashMap and array numberFormats data structures to one SortedMap data structure 8 years ago
  Javen O'Neal 356637f283 write for loop for performance and readability 8 years ago
  Javen O'Neal ec73bc3e21 bug 58775: fix a>b which should be a>=b; use shorts instead of ints to hold number format index 8 years ago
  Javen O'Neal dc5a9e8be3 simplify bug 57880 test case: 8 years ago
  Javen O'Neal 212121c53a add convenience methods for writing and reading back XSSFWorkbooks 8 years ago
  Javen O'Neal 20b3a7bd48 bug 58775: use assertNotBuiltInFormat 8 years ago
  Javen O'Neal 66548431a0 java docs 8 years ago
  Javen O'Neal dd7a81df2f bug 58775: add unit test to test for non-built-in data formats 8 years ago
  Javen O'Neal 979bfb39d3 bug 58775: add Override annotations, Javadocs, and comments 8 years ago
  Javen O'Neal 5f558a1b14 make HSSFCellStyle attributes final, add Override decorators on all methods 8 years ago
  Javen O'Neal 64997c6507 bug 58740: add @Internal annotations and decrease access level to methods that only exist for unit testing 8 years ago
  Javen O'Neal 7a6683bfa0 bug 58740: return unmodifiable list/map when exposing internal data structures 8 years ago
  Dominik Stadler bffb5a2ae2 Fix compiling unit-test after previous changes 8 years ago
  Dominik Stadler f2013022e8 Fix some cases where file resources were not closed correctly, mostly when Exceptions occur during opening files 8 years ago