1551 Commits (03fe413245879f2daef2be39e29c4e0e3c7ede63)

Author SHA1 Message Date
  Yegor Kozlov 03fe413245 initial support for reading shapes, see patch from June 8 in Bugzilla 53372 12 years ago
  Yegor Kozlov de28fe9aff Bugzilla 53010, patch from June 3: improved support for Continue records in drawing blocks 12 years ago
  Yegor Kozlov fca6f83f8c more tests and fixes, see patch from May 30 in Bugzilla 53010 12 years ago
  Yegor Kozlov c3739d5be4 Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in drawing blocks 12 years ago
  Yegor Kozlov 23658fddc5 polishing BiffDrawingToXml: more readable output and removed unnecessary tags 12 years ago
  Yegor Kozlov 980e8fe473 Bugzilla 53058 - Utility for representing drawings contained in a binary Excel file as a XML tree 12 years ago
  Nick Burch c746a5f3c7 Fix bug #48528 - support negative arguments to the DATE() function 12 years ago
  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 years ago
  Yegor Kozlov 8ae072fc85 Bugzilla 53101: fixed evaluation of SUM over cell range > 255 12 years ago
  Yegor Kozlov 0afefcd2b8 Bugzilla 49529 - avoid exception when cloning sheets with no drawing records and initialized drawing patriarch 12 years ago
  Maxim Valyanskiy 64e84bd9a8 #52991: Unexpected end of ZLIB input stream on embedded OLE extraction from PPT 12 years ago
  Yegor Kozlov decfaf53e6 removed svn:executable from source files 12 years ago
  Yegor Kozlov a9cf3b5b98 Bugzilla >52928 - DateFormatConverter: an utility to convert instances of java.text.DateFormat to Excel format patterns 12 years ago
  Yegor Kozlov 3cc9a17b23 Bugzilla 52895 - show SSTIndex instead of XFIndex in LabelSSTRecord.toString() 12 years ago
  Yegor Kozlov 18e4705687 bugzilla 52818 - Added implementation for RANK() 12 years ago
  Yegor Kozlov d8c58eb036 optimized unused imports and removed deprecation warnings in poi-main 12 years ago
  Yegor Kozlov 42441167fa bugzilla 52057 - updated formula test framework to be aware of recently added Functions 12 years ago
  Yegor Kozlov 95b56c8f7c follow-on to r1294180 12 years ago
  Yegor Kozlov f3d9f2bdd9 Bugzilla 52574 - support setting header / footer page margins in HSSF 12 years ago
  Yegor Kozlov 3b7638611b Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colon 12 years ago
  Yegor Kozlov 41ac3b51d3 Bugzilla 52708 - misc improvements in CellFormat 12 years ago
  Yegor Kozlov 59afa3fac3 polished code to register new function impls in runtime 12 years ago
  Yegor Kozlov a3ee22079c Bugzilla 52690 - added a getter for length of encrypted data in Ecma and Agile decryptors 12 years ago
  Yegor Kozlov 946733c773 allow runtime registration of functions in FormulaEvaluator 12 years ago
  Nick Burch f879c880d4 Add TODO for merging CellFormat and DataFormatter 12 years ago
  Yegor Kozlov b10ba1a85b Bugzilla 52385,52337,52338: avoid trancated array and vector data when reading OLE properties 12 years ago
  Yegor Kozlov bc48e85daa Bugzilla 52626: fixed setting default row height in HSSF and XSSF 12 years ago
  Yegor Kozlov 1d8365e7a3 fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 12 years ago
  Yegor Kozlov a3a8dcf335 Bugzilla 52576: support changing external file references in HSSFWorkbook 12 years ago
  Yegor Kozlov 8840f717da Bugzilla 52527: avoid exception when matching shared formula records in HSSF 12 years ago
  Yegor Kozlov dd9c547ea3 Bugzilla 52569: Support DConRefRecord in HSSF 12 years ago
  Yegor Kozlov 16ea202e52 added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575 12 years ago
  Yegor Kozlov 8eaddd5fe2 bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
  Maxim Valyanskiy 91f163c97a bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBAT 12 years ago
  Yegor Kozlov 1df1a286b9 Added implementation for SUMIFS(), see Bugzilla 52462 12 years ago
  Yegor Kozlov 013ba86bb0 corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as reported in poi-dev 12 years ago
  Nick Burch 5588a1c136 Correct fraction formatting quick return logic 12 years ago
  Nick Burch ee24b94d80 Fix bug #52446 - Handle files which have been truncated by a few bytes in NPropertyTable 12 years ago
  Nick Burch e0198826c3 Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle times without seconds 12 years ago
  Nick Burch 05bfb7c0c9 Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the criteria for triggering fraction formatting matching 12 years ago
  Yegor Kozlov a20915f758 Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and networkdays 12 years ago
  Nick Burch ca28206971 Inspired by bug #52349 - Merge the logic between the TEXT function and DataFormatter 12 years ago
  Nick Burch b3709bbd36 Fix bug #52349 - Correctly support excel style date format strings in the TEXT function 12 years ago
  Yegor Kozlov 97a447bef4 applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more flexible 12 years ago
  Yegor Kozlov 217dbe5502 fixed javadoc warnings 12 years ago
  Nick Burch 36f27c7385 Patch from Marcel May from bug #51875 - More XSSF formula new-line support 12 years ago
  Nick Burch fad57db43d Demote the HPSF CodePageString null check from an exception to a Warning, as we seem to be hitting it incorrectly (see bug #52258 for details) 12 years ago
  Nick Burch 89517783f1 Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode, so can exclude from copying nodes not just directly under the root 12 years ago
  Nick Burch 9532e9c878 Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectoriesIdentical 12 years ago
  Nick Burch 65fb35e5a0 Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and allows certain parts to be ignored 12 years ago