48 Révisions (017bde52e1a5a65eb5bc0823bf89b5d1a630f0d7)

Auteur SHA1 Message Date
  Yegor Kozlov e99294ebc5 fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator il y a 14 ans
  Yegor Kozlov d959321d72 fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783 il y a 14 ans
  Yegor Kozlov b98b01b29b fixed fetching names of user defined styles, see Bugzila 49751 il y a 14 ans
  Yegor Kozlov ea9c0b028f added support for RANDBETWEEN(), see Bugzilla 48526 il y a 14 ans
  Nick Burch d974a5fe7c Remove svn:executable property from a series of files that didn't need it set il y a 14 ans
  Yegor Kozlov 74ff0ab72f added a failing unit test for bug #49612 il y a 14 ans
  Nick Burch 567001becf Fix bug #49524 - Support for setting cell text to be vertically rotated, via style.setRotation(0xff) il y a 14 ans
  Yegor Kozlov 3726ef1074 do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609 il y a 14 ans
  Nick Burch 40a14f81d3 Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove series from HSSF Charts il y a 14 ans
  Nick Burch aa253ea74a Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the comment is stored in a NameCommentRecord il y a 14 ans
  Nick Burch a864b415a6 Remove spurious svn:executable flags il y a 14 ans
  Nick Burch 034e5c4a97 Apply, with a few tweaks, the patch from bug #48996 - initial support for External Name References in HSSF formula evaluation il y a 14 ans
  Nick Burch 25c5daa312 Add unit test for bug #45970 - shows that we can read Formulas with URL based references in them, but we can't change them properly. Part of the unit test is disabled for now il y a 14 ans
  Nick Burch 8c85c8c3cf Fix bug #49096 - add clone support to Chart begin and end records, to allow cloning of more Chart containing sheets il y a 14 ans
  Nick Burch 0565100c36 Add missing test file for bug #48779 il y a 14 ans
  Nick Burch d8dd3f26e4 Add disabled unit test for bug #48539, which is currently still broken il y a 14 ans
  Nick Burch 93449602c5 Add unit test to show that the behaviour in bug #48923 is as expected il y a 14 ans
  Nick Burch d8f85ad2eb Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127 il y a 14 ans
  Yegor Kozlov e79cc21802 avoid NPE when finding cell comments, Bugzilla 48846 il y a 14 ans
  Nick Burch daad262fbc Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes il y a 14 ans
  Yegor Kozlov afe2ad7d38 support for data validation for OOXML, see Bugzilla 49244 il y a 14 ans
  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 il y a 14 ans
  Nick Burch a120845220 Fix bug #49020 - Workaround Excel outputting invalid XML in button definitions by not closing BR tags il y a 14 ans
  Yegor Kozlov e38be4e0a7 Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 il y a 14 ans
  Nick Burch 054f1bc289 Implement the ExtRst part of a UnicodeString il y a 14 ans
  Nick Burch 0e9861932a More work on FeatRecord/Shared Features. More is still needed though, it's still WIP il y a 14 ans
  Yegor Kozlov 95642c0bfd fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251 il y a 14 ans
  Yegor Kozlov 69b3b9f625 another test for Bugzilla 48026 il y a 14 ans
  Josh Micich 38cd31ab54 Fixed INDEX function to return reference results properly. il y a 14 ans
  Yegor Kozlov 9a492d227e preserve POIFS StorageClsid when re-writing existing workbooks, this property is important for embedded objects, see Bugzilla 47920 il y a 14 ans
  Yegor Kozlov b4da1cab04 fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 il y a 14 ans
  Yegor Kozlov 21d7a81d3c improved work with cell comments in XSSF, also added support for cell comments to SS interfaces il y a 14 ans
  Nick Burch 76ae29d587 Fix bug #48180 - short chart records skipping some unused fields il y a 14 ans
  Yegor Kozlov 70e9580226 avoid NPE when calling methods from the superclass and initialize XSSFChartSheet with a blank sheet, see Bugzilla 48087 il y a 14 ans
  Nick Burch 509c7bcb93 Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord) il y a 14 ans
  Yegor Kozlov 55b31d213d fixed logic for matching cells and comments in HSSFCell.getCellComment() il y a 14 ans
  Ugo Cei f3e6137e01 [47942] added implementation of protection features to XLSX and DOCX files. Patch submitted by Roberto Albertini. il y a 14 ans
  Josh Micich 46441487c7 Bugzilla 48044 - added implementation for CountBlank function (patch from Mads Mohr Christensen) il y a 14 ans
  Josh Micich db9e3cd754 added missing test cases from r828244 (for bugzilla 48036 - IntersectionEval) il y a 14 ans
  Josh Micich 32eb9ada7c deleted 'svn:executable' property il y a 14 ans
  Yegor Kozlov 5d3d269faf fixed ColumnHelper to correctly handle columns included in a column span il y a 14 ans
  Yegor Kozlov 4669ec9f5d fixed XSSFCell.getStringCellValue() to properly handle cached formula results il y a 14 ans
  Josh Micich faa8b69a1e Bugzilla 47747 - fixed logic for locating shared formula records il y a 15 ans
  Yegor Kozlov 759683dcc0 improved work with user-defined functions, see Bugzilla 47809 il y a 15 ans
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 il y a 15 ans
  Yegor Kozlov 00b59a229a improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 il y a 15 ans
  Yegor Kozlov 1559a6d4bd Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla 47751 il y a 15 ans
  Yegor Kozlov 2712b14d2f moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place il y a 15 ans