4226 Commits (26e1eb1d5da83d632a08da3a29fa7a4d7994c669)
 

Author SHA1 Message Date
  Nick Burch 26e1eb1d5d Few XSLF tweaks, and add a unit test that shows that bug #51187 exists (problem with self references) 13 years ago
  Nick Burch e21094eaaa Fix bug #51188 - Support for getting and setting XPWF zoom settings 13 years ago
  Nick Burch d02dee4c68 Add unit test from Stefan for bug #51172 - DOCX gif support 13 years ago
  Nick Burch 5bc714ba81 Apply patch from bug #51134 from Mike McEuen - Ability to add XWPFStyles and XWPFNumbering to a XWPF file that lacks them 13 years ago
  Nick Burch 044c992853 Fix bug #51273 - Hash codes can be negative when working on our own low memory hash for formula cell evaluation 13 years ago
  Yegor Kozlov 67d2e1f6b0 Bug 51171: Improved performance of SharedValueManager 13 years ago
  Nick Burch 6cd7769206 Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply for set as well as get 13 years ago
  Nick Burch 6b8fc1b829 Avoid a System.out call, replace with logging 13 years ago
  Yegor Kozlov 07b2ce9a31 Bug 51196: more progress with chart api 13 years ago
  Nick Burch 668f479cf6 Test that shows that bug #51222 is a themes colour problem 13 years ago
  Yegor Kozlov 3392d09375 Bugzilla 51196: Initial support for Spreadsheet Chart API 13 years ago
  Yegor Kozlov a50e57e58f improved test coverage for SXSSF 13 years ago
  Nick Burch cc2646c12a Put back the NPOIFS constructor that got lost in r1101397 13 years ago
  Nick Burch 88430f68b7 Add some more NPOIFS write related tests, some of which is disabled as the functionality isn't quite there yet 13 years ago
  Nick Burch 5db6fab75f Put more details in the error message for next time 13 years ago
  Maxim Valyanskiy d399e2ad56 FakeZipEntry: pre-allocate ByteArrayOutputStream when zip entry size is known to prevent reallocation 13 years ago
  Yegor Kozlov 3f11efa41c initial support for SXSSF tests 13 years ago
  Yegor Kozlov 05be49ef24 fixed resizing pictures in XSSF, see Bugzilla 51160 13 years ago
  Maxim Valyanskiy 7b53517d7c status.xml: add note about Agile encryption 13 years ago
  Yegor Kozlov 50a40785ed Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to produce xlsx files 13 years ago
  Yegor Kozlov e960b73c64 Bugzilla 51171: Improved performance of opening large .xls files 13 years ago
  Nick Burch 3e381067e8 Update the release docs for having artificats in the dist repo 13 years ago
  Nick Burch a40c196171 Update the logos to include TM 13 years ago
  Nick Burch 4f0f31a37e Autoboxing tweaks from bug #51175, and make the paragraph/table finding code generic 13 years ago
  Nick Burch e44a0f8d40 Patch from Stefan from bug #51172 - XWPF .gif images support 13 years ago
  Nick Burch 3d1808a49d Correct docs issue 13 years ago
  Nick Burch 47a68ab96d Add a note about XSSF and HSSF x and y values in client anchors differing 13 years ago
  Maxim Valyanskiy 66cb858ae5 add commons-codec to maven-pom 13 years ago
  Nick Burch 8038e149d6 Fix NPOIFS creation of an empty filesystem, with create/write/read test 13 years ago
  Nick Burch 8362b74f90 Finish NPOIFS support for writing to mini streams where the big block stream needs extending, and unit tests 13 years ago
  Nick Burch 6c2d2ffe7f The NPOIFS mini stream blocks need to be writable, correct that and add some tests 13 years ago
  Nick Burch ba9275e72b Project branding update - add trademark notice to page footers 13 years ago
  Maxim Valyanskiy 25c0c129be update documentation on encryption support 13 years ago
  Maxim Valyanskiy 138bd6f94c bug#51165: Add support for OOXML Agile Encryption 13 years ago
  Nick Burch e94feeee12 As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluator or XSSFFormulaEvaluator to generically recalculate all formulas in a workbook 13 years ago
  Nick Burch 888645dd3f More testing around bug #48877 13 years ago
  Nick Burch 700e7fd5e2 Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works correctly, and code is simplified 13 years ago
  Nick Burch 9a0997290e Re-enable the XWPF test for adding paragraphs, and fix it up to work properly 13 years ago
  Nick Burch 27732b7287 Fix bug #51153 - Correct sizing of LbsDataSubRecord with unused padding fields 13 years ago
  Nick Burch a00691b86a NPOIFS and OPC both support close(), so mark them as such 13 years ago
  Maxim Valyanskiy b32490d4cc initial documentation on encrypted file support 13 years ago
  Nick Burch 1a74a0c114 Fix bug #51143 - Correct NameCommentRecord to properly serialise strings 13 years ago
  Nick Burch bae166f687 Fix bug #51112 - Correct XWPFTable tracking of new rows 13 years ago
  Nick Burch 3454360494 Fix bug #51113 - Correct XWPFParagraph tracking of inserted runs 13 years ago
  Nick Burch ed0b804630 Fix bug #51111 - Correct XWPFParagraph tracking of new runs 13 years ago
  Nick Burch 6576890e53 Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" and "/" 13 years ago
  Nick Burch 692bab9b9e Add a unit test for the formula evaluation caching/updating, which ensures that HSSF and XSSF behave the same 13 years ago
  Nick Burch 8e0241ff83 Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream where every block is full 13 years ago
  Nick Burch 11a75497e5 Fix bug #50956 - Correct XSSF cell style cloning between workbooks 13 years ago
  Nick Burch f7ed387745 Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the common usermodel Sheet, using sheetCalcPr fullCalcOnLoad="true" 13 years ago