48 Commits (017bde52e1a5a65eb5bc0823bf89b5d1a630f0d7)

Author SHA1 Message Date
  Yegor Kozlov e99294ebc5 fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator 14 years ago
  Yegor Kozlov d959321d72 fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783 14 years ago
  Yegor Kozlov b98b01b29b fixed fetching names of user defined styles, see Bugzila 49751 14 years ago
  Yegor Kozlov ea9c0b028f added support for RANDBETWEEN(), see Bugzilla 48526 14 years ago
  Nick Burch d974a5fe7c Remove svn:executable property from a series of files that didn't need it set 14 years ago
  Yegor Kozlov 74ff0ab72f added a failing unit test for bug #49612 14 years ago
  Nick Burch 567001becf Fix bug #49524 - Support for setting cell text to be vertically rotated, via style.setRotation(0xff) 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 40a14f81d3 Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove series from HSSF Charts 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 a864b415a6 Remove spurious svn:executable flags 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 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 14 years ago
  Nick Burch 8c85c8c3cf Fix bug #49096 - add clone support to Chart begin and end records, to allow cloning of more Chart containing sheets 14 years ago
  Nick Burch 0565100c36 Add missing test file for bug #48779 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 d8f85ad2eb Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127 14 years ago
  Yegor Kozlov e79cc21802 avoid NPE when finding cell comments, Bugzilla 48846 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
  Nick Burch 054f1bc289 Implement the ExtRst part of a UnicodeString 14 years ago
  Nick Burch 0e9861932a More work on FeatRecord/Shared Features. More is still needed though, it's still WIP 14 years ago
  Yegor Kozlov 95642c0bfd fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251 14 years ago
  Yegor Kozlov 69b3b9f625 another test for Bugzilla 48026 14 years ago
  Josh Micich 38cd31ab54 Fixed INDEX function to return reference results properly. 14 years ago
  Yegor Kozlov 9a492d227e preserve POIFS StorageClsid when re-writing existing workbooks, this property is important for embedded objects, see Bugzilla 47920 14 years ago
  Yegor Kozlov b4da1cab04 fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 years ago
  Yegor Kozlov 21d7a81d3c improved work with cell comments in XSSF, also added support for cell comments to SS interfaces 14 years ago
  Nick Burch 76ae29d587 Fix bug #48180 - short chart records skipping some unused fields 14 years ago
  Yegor Kozlov 70e9580226 avoid NPE when calling methods from the superclass and initialize XSSFChartSheet with a blank sheet, see Bugzilla 48087 14 years ago
  Nick Burch 509c7bcb93 Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord) 14 years ago
  Yegor Kozlov 55b31d213d fixed logic for matching cells and comments in HSSFCell.getCellComment() 14 years ago
  Ugo Cei f3e6137e01 [47942] added implementation of protection features to XLSX and DOCX files. Patch submitted by Roberto Albertini. 14 years ago
  Josh Micich 46441487c7 Bugzilla 48044 - added implementation for CountBlank function (patch from Mads Mohr Christensen) 14 years ago
  Josh Micich db9e3cd754 added missing test cases from r828244 (for bugzilla 48036 - IntersectionEval) 14 years ago
  Josh Micich 32eb9ada7c deleted 'svn:executable' property 14 years ago
  Yegor Kozlov 5d3d269faf fixed ColumnHelper to correctly handle columns included in a column span 14 years ago
  Yegor Kozlov 4669ec9f5d fixed XSSFCell.getStringCellValue() to properly handle cached formula results 14 years ago
  Josh Micich faa8b69a1e Bugzilla 47747 - fixed logic for locating shared formula records 15 years ago
  Yegor Kozlov 759683dcc0 improved work with user-defined functions, see Bugzilla 47809 15 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 15 years ago
  Yegor Kozlov 00b59a229a improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 15 years ago
  Yegor Kozlov 1559a6d4bd Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla 47751 15 years ago
  Yegor Kozlov 2712b14d2f moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 15 years ago