1562 Commity (b57fa5b4d0621d11b3f324387cebad89cd046eb8)

Autor SHA1 Wiadomość Data
  Evgeniy Berlog b57fa5b4d0 implemented creating shapes in existing files 12 lat temu
  Evgeniy Berlog 7efc80c3e8 added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added tests 12 lat temu
  Yegor Kozlov 93b0bb98bf Utility to test that POI produces readable output after re-saving xls files 12 lat temu
  Evgeniy Berlog 0c5bf44cba improved aggregating drawing records in documents with charts, 12 lat temu
  Evgeniy Berlog 0e8a727b35 Added such improvements: 12 lat temu
  Evgeniy Berlog 25ceb36664 fixed bug in EscherAggregate if sheet contains no shapes 12 lat temu
  Yegor Kozlov 39c271cde0 fixed EscherAggregate to correctly write records with trailing solver container 12 lat temu
  Yegor Kozlov 03fe413245 initial support for reading shapes, see patch from June 8 in Bugzilla 53372 12 lat temu
  Yegor Kozlov de28fe9aff Bugzilla 53010, patch from June 3: improved support for Continue records in drawing blocks 12 lat temu
  Yegor Kozlov fca6f83f8c more tests and fixes, see patch from May 30 in Bugzilla 53010 12 lat temu
  Yegor Kozlov c3739d5be4 Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in drawing blocks 12 lat temu
  Yegor Kozlov 23658fddc5 polishing BiffDrawingToXml: more readable output and removed unnecessary tags 12 lat temu
  Yegor Kozlov 980e8fe473 Bugzilla 53058 - Utility for representing drawings contained in a binary Excel file as a XML tree 12 lat temu
  Nick Burch c746a5f3c7 Fix bug #48528 - support negative arguments to the DATE() function 12 lat temu
  Nick Burch 64ad74884e Fix bug #53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), for when it is known that a file comes from a different (known) timezone to the current machine 12 lat temu
  Yegor Kozlov 8ae072fc85 Bugzilla 53101: fixed evaluation of SUM over cell range > 255 12 lat temu
  Yegor Kozlov 0afefcd2b8 Bugzilla 49529 - avoid exception when cloning sheets with no drawing records and initialized drawing patriarch 12 lat temu
  Maxim Valyanskiy 64e84bd9a8 #52991: Unexpected end of ZLIB input stream on embedded OLE extraction from PPT 12 lat temu
  Yegor Kozlov decfaf53e6 removed svn:executable from source files 12 lat temu
  Yegor Kozlov a9cf3b5b98 Bugzilla >52928 - DateFormatConverter: an utility to convert instances of java.text.DateFormat to Excel format patterns 12 lat temu
  Yegor Kozlov 3cc9a17b23 Bugzilla 52895 - show SSTIndex instead of XFIndex in LabelSSTRecord.toString() 12 lat temu
  Yegor Kozlov 18e4705687 bugzilla 52818 - Added implementation for RANK() 12 lat temu
  Yegor Kozlov d8c58eb036 optimized unused imports and removed deprecation warnings in poi-main 12 lat temu
  Yegor Kozlov 42441167fa bugzilla 52057 - updated formula test framework to be aware of recently added Functions 12 lat temu
  Yegor Kozlov 95b56c8f7c follow-on to r1294180 12 lat temu
  Yegor Kozlov f3d9f2bdd9 Bugzilla 52574 - support setting header / footer page margins in HSSF 12 lat temu
  Yegor Kozlov 3b7638611b Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colon 12 lat temu
  Yegor Kozlov 41ac3b51d3 Bugzilla 52708 - misc improvements in CellFormat 12 lat temu
  Yegor Kozlov 59afa3fac3 polished code to register new function impls in runtime 12 lat temu
  Yegor Kozlov a3ee22079c Bugzilla 52690 - added a getter for length of encrypted data in Ecma and Agile decryptors 12 lat temu
  Yegor Kozlov 946733c773 allow runtime registration of functions in FormulaEvaluator 12 lat temu
  Nick Burch f879c880d4 Add TODO for merging CellFormat and DataFormatter 12 lat temu
  Yegor Kozlov b10ba1a85b Bugzilla 52385,52337,52338: avoid trancated array and vector data when reading OLE properties 12 lat temu
  Yegor Kozlov bc48e85daa Bugzilla 52626: fixed setting default row height in HSSF and XSSF 12 lat temu
  Yegor Kozlov 1d8365e7a3 fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 12 lat temu
  Yegor Kozlov a3a8dcf335 Bugzilla 52576: support changing external file references in HSSFWorkbook 12 lat temu
  Yegor Kozlov 8840f717da Bugzilla 52527: avoid exception when matching shared formula records in HSSF 12 lat temu
  Yegor Kozlov dd9c547ea3 Bugzilla 52569: Support DConRefRecord in HSSF 12 lat temu
  Yegor Kozlov 16ea202e52 added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575 12 lat temu
  Yegor Kozlov 8eaddd5fe2 bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 lat temu
  Maxim Valyanskiy 91f163c97a bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBAT 12 lat temu
  Yegor Kozlov 1df1a286b9 Added implementation for SUMIFS(), see Bugzilla 52462 12 lat temu
  Yegor Kozlov 013ba86bb0 corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as reported in poi-dev 12 lat temu
  Nick Burch 5588a1c136 Correct fraction formatting quick return logic 12 lat temu
  Nick Burch ee24b94d80 Fix bug #52446 - Handle files which have been truncated by a few bytes in NPropertyTable 12 lat temu
  Nick Burch e0198826c3 Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle times without seconds 12 lat temu
  Nick Burch 05bfb7c0c9 Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the criteria for triggering fraction formatting matching 12 lat temu
  Yegor Kozlov a20915f758 Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and networkdays 12 lat temu
  Nick Burch ca28206971 Inspired by bug #52349 - Merge the logic between the TEXT function and DataFormatter 12 lat temu
  Nick Burch b3709bbd36 Fix bug #52349 - Correctly support excel style date format strings in the TEXT function 12 lat temu