323 Commits (8e4d2bbba3af7f25093000167190ece44912e7ef)

Author SHA1 Message Date
  Yegor Kozlov faa64fa1f4 support for protecting a XSSF workbook, see Bugzilla #48900 14 years ago
  Yegor Kozlov fc6fe5f375 initial support for excel auto-filters 14 years ago
  Yegor Kozlov 0427fc7a0f close OPC package before assertion, otherwise the test fails on Win7 (unix-based systems always pass) 14 years ago
  Nick Burch 8261bb3e8a Support nested outlook files in ExtractorFactory 14 years ago
  Nick Burch ddbddfafa4 Improve handling and warnings when closing OPCPackage objects 14 years ago
  Nick Burch cc8c15ca6c Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list 14 years ago
  Nick Burch 620eb21796 Commit unit test change too 14 years ago
  Yegor Kozlov 8ddb1b6dbd Support for escaped unicode characters in Shared String Table, see bug #49653 14 years ago
  Yegor Kozlov c9f9d48ff8 insert the content of fldSimple fields into the XWPFWordTextExtractor output, see bug #49455 14 years ago
  Yegor Kozlov 3726ef1074 do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609 14 years ago
  Nick Burch 1c4ce4e305 Fix deprecated warnings 14 years ago
  Nick Burch fd922298ef Enable Word6Extractor in ExtractorFactory 14 years ago
  Nick Burch f69404de8d Fix bug #49446 - Don't consider 17.16.23 field codes as properly part of the paragraph's text 14 years ago
  Nick Burch b75c47e1e5 More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking... 14 years ago
  Nick Burch a864b415a6 Remove spurious svn:executable flags 14 years ago
  Nick Burch 91f1934fcc Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further XWPF support for tables, paragraphs, including enhanced support for adding new ones 14 years ago
  Nick Burch 439bd8de3e Add tests to verify that XSSF and HSSF do the same thing with retrieving the wrong type of value from string/numberic/formula cells, and tweak documentation to match the long standing behaviour (bug #47815) 14 years ago
  Nick Burch 40b7db249f Add unit test to verify that bug #47490 no longer exists 14 years ago
  Nick Burch c1c954d14e Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates 14 years ago
  Yegor Kozlov 8768fde8d8 removed deprecation warnings to keep javac quiet 14 years ago
  Yegor Kozlov eeec6a9e9c optimized serialization of XSSFRow - avoid re-ordering of CTCell beans if they are already ordered 14 years ago
  Nick Burch 8bb16bee4b Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in XSSF match the old HSSF behaviour 14 years ago
  Nick Burch 0565100c36 Add missing test file for bug #48779 14 years ago
  Nick Burch 63793d2fa5 Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined 14 years ago
  Nick Burch d8dd3f26e4 Add disabled unit test for bug #48539, which is currently still broken 14 years ago
  Nick Burch 93449602c5 Add unit test to show that the behaviour in bug #48923 is as expected 14 years ago
  Nick Burch 9f7190f05e Fix bug #49160 - Ensure that CTDigSigBlob is included in poi-ooxml jar 14 years ago
  Nick Burch 216ecd1407 Fix bug #49189 - Detect w:tab and w:cr entries in XWPF paragraphs, even when the XSD is silly and maps them to CTEmpty 14 years ago
  Nick Burch d8f85ad2eb Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127 14 years ago
  Josh Micich 8c952b66ad Added loose tests to junit hierarchy 14 years ago
  Mark Beardsley 91e481de0e Modified existing text to cover changes made to XWPFHeaderFooterPolicy 14 years ago
  Yegor Kozlov 2670820514 Ensure that CTPhoneticPr is included in poi-ooxml jar, see Bugzilla 49325 14 years ago
  Nick Burch daad262fbc Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes 14 years ago
  Yegor Kozlov afe2ad7d38 support for data validation for OOXML, see Bugzilla 49244 14 years ago
  Yegor Kozlov 9017094231 Enhanced SViewer to support most border types, cell formats, and conditional formatting. Added ToHtml example that converts a spreadsheet into HTML, See Bugzilla #49066 14 years ago
  Nick Burch a120845220 Fix bug #49020 - Workaround Excel outputting invalid XML in button definitions by not closing BR tags 14 years ago
  Yegor Kozlov e38be4e0a7 Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 14 years ago
  Yegor Kozlov c0ffa07902 Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138 14 years ago
  Yegor Kozlov e75b83a2e8 Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added accessors to CoreProperties.Keywords. See Bugzilla 49146 and 49153 14 years ago
  Nick Burch 63dc16b762 New event based xssf text extractor (XSSFEventBasedExcelExtractor) 14 years ago
  Nick Burch 4c1c3a3ae3 Most of support suggested by Phil Varner on the list - ExtractorFactory can now be told to prefer Event Based extractors (current Excel only) on a per-thread or overall basis 14 years ago
  Yegor Kozlov 5bb2570155 avoid creating unnecessary temp files, tighten up usage of temp files in unit tests 14 years ago
  Nick Burch 63387c5c31 Add PublisherTextExtractor support to ExtractorFactory 14 years ago
  Maxim Valyanskiy b1c8c26708 XSLF: text extraction from tables 14 years ago
  Nick Burch f37c8f303a Add embeded (attachment) support to the outlook text extractor 14 years ago
  Nick Burch 07551a0925 Rename the outlook extractor to be more consistent with other extractors 14 years ago
  Nick Burch f7ccc5d5f5 Wire up the new HSMFTextExtactor to the ExtractorFactory 14 years ago
  Yegor Kozlov 58fd770335 improved usermodel to prevent data corruption when setting array formulas, mimic Excel behaviour and block changing cells included in multi-cell arrays 14 years ago
  Josh Micich feafcb8f48 Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
  Josh Micich 136e09be84 Clean-up in BaseTestSheetShiftRows and subclasses. 14 years ago