3430 Commits (759683dcc0084497ecccac8aa917f11e22e8aa85)
 

Author SHA1 Message Date
  Yegor Kozlov 759683dcc0 improved work with user-defined functions, see Bugzilla 47809 14 years ago
  Yegor Kozlov a90c8202db fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008, see Bugzilla 47581 14 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
  Yegor Kozlov 41d2b72f49 added javadoc how to avoid Excel crash when creating too many HSSFRichTextString cells, see Bugzilla 47543 14 years ago
  Yegor Kozlov 00b59a229a improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 14 years ago
  Yegor Kozlov 4dc5210eb6 updated status.xml 14 years ago
  Yegor Kozlov aeca1d2e32 built-in positive formats don't need starting '(', see bugzilla 47770 14 years ago
  Yegor Kozlov 595bbb574c Necessary fix of FunctionEval (follow-on to patch 47768) 14 years ago
  Yegor Kozlov 8b82a8cb46 Added method setFunction(boolean) for defined names 14 years ago
  Yegor Kozlov 0ac926cf10 Implementation of Excel Days360 and Npv functions 14 years ago
  Yegor Kozlov 1559a6d4bd Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla 47751 14 years ago
  Yegor Kozlov 8c5838262e Added an example demonstrating how to convert an XLSX workbook to CSV, see Bugzilla 47757 15 years ago
  Yegor Kozlov 27d45ad533 Fixed PPT parser to tolerate Comment2000 containers with missing comment text, see Bugzilla 44770 15 years ago
  Yegor Kozlov 896840bb82 fix for extraction paragraphs and sections from headers/footers with XWPFWordExtractor, see Bugzilla 47727 15 years ago
  Yegor Kozlov 96d4031d66 Support for extraction of header / footer images in HWPF, see Bugzilla 47733 15 years ago
  Yegor Kozlov ac2041254b fixed incorrect assignment in TextObjectRecord.clone() 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
  Josh Micich e8b5f36704 fixing compiler warnings - unused imports, declared exceptions not thrown 15 years ago
  Josh Micich f8a0d4bb51 added TestIndirect to suite (from 47721/r806759) 15 years ago
  Josh Micich 8b72143476 Bugzilla 47721 - Added implementation for INDIRECT() 15 years ago
  Yegor Kozlov c7466a9210 fixes and misc refactorings suggested by Intellij 15 years ago
  Josh Micich 5f991cb616 minor improvements to sheet name validation and identification of cell references vs defined names 15 years ago
  Paolo Mottadelli af0f440a47 first createWatermark implementation 15 years ago
  Yegor Kozlov 4d835fbda7 Avoid exception when reading ClipboardData packet in OLE property sets, see bugzilla 45583 15 years ago
  Josh Micich f0ebb76204 changed interface from OperationEval to Function for basic operators 15 years ago
  Yegor Kozlov 8b283b14b1 Centralize logic for finding/opening sample files 15 years ago
  Josh Micich bb7b42c126 Fixing compiler warnings - unboxing parameter to overloaded method, unnecessary typecast 15 years ago
  Paolo Mottadelli cfc947f57d createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/insensitive filename problem) 15 years ago
  Josh Micich 27b61f396a Fixed compiler warnings - unnecessary throws declaration 15 years ago
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else 15 years ago
  Paolo Mottadelli 95afcef9e6 createHeader/Footer methods + tests 15 years ago
  Josh Micich a8957e80fa Fixing compiler warnings - unnecessary typecasts 15 years ago
  Josh Micich e918a0cd0d Fixed unused imports compiler warnings (and some others) 15 years ago
  Josh Micich acd4e8270e Removed obsolete Eval interface 15 years ago
  Josh Micich 174458f38f Replaced obsolete Eval with ValueEval in signature of Function.evaluate() 15 years ago
  Josh Micich 6d65572fa8 initial work on removing obsolete Eval interface 15 years ago
  Josh Micich f4c028c5a3 Combined FuncVarEval into FunctionEval. Simplified selection of free ref functions. 15 years ago
  Josh Micich b23ac7a022 Follow-on for bugzilla 47652 - used more specific exception when password is incorrect 15 years ago
  Yegor Kozlov f9d10a5631 renamed macro-enabled test files to have the correct extentions 15 years ago
  Yegor Kozlov 5b8fc241bf improved loading of package parts so that same logical parts correspond to the same physical instances, see followup in Bugzilla 47668 15 years ago
  Yegor Kozlov e5aac25b00 Improved parsing of OOXML documents, see Bugzilla 47668 15 years ago
  Yegor Kozlov 58f32a32b5 removed temporary fix for compatibility with Mac Excel 2008 Sp2 15 years ago
  Yegor Kozlov e50f913b43 fixed compile error 15 years ago
  Mark Beardsley 0db6721bd0 New HSSF example. 15 years ago
  Josh Micich c15f65b01e Bugzilla 47652 - Added support for reading encrypted workbooks 15 years ago
  Josh Micich 54f17d41da code improvements to RecordFactoryInputStream 15 years ago
  Nick Burch 5f224a73e7 @year@ doesn't work in the body, so set explicitly 15 years ago
  Nick Burch eb8b99778c Add crypto notice bits to the legal page 15 years ago
  Yegor Kozlov 534055df27 changed status.xml to reflect changes from Bugzilla #47604 15 years ago
  Yegor Kozlov 0226855729 Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when removing repeated rows and columns, see Bugzilla 47620 15 years ago