144 Commits (022b06d172a5e2cc41b7a431be8dd27c82893396)

Author SHA1 Message Date
  Yegor Kozlov 022b06d172 Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update shared formulas 11 years ago
  Yegor Kozlov bea7b6f2ef bugzilla 54137 - improved performance of DataFormatter with Fractions 11 years ago
  Evgeniy Berlog 03d0088065 fixed bug 53434 12 years ago
  Yegor Kozlov 3f23441a94 Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addon 12 years ago
  Yegor Kozlov 02678b3073 Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 12 years ago
  Yegor Kozlov 1de04ad5f8 Bugzilla 53500 - Getter for repeating rows and columns 12 years ago
  Yegor Kozlov 2417ee8f28 Bug 53476 - Support Complex Name in formulas 12 years ago
  Nick Burch b300a8ee49 Fix bug #53389 - Handle formatting General and @ formats even if a locale is prefixed to them 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 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 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 946733c773 allow runtime registration of functions in FormulaEvaluator 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
  Nick Burch c8e2fe7f5e Unit test from Maciej for bug #51498 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
  Yegor Kozlov 1df1a286b9 Added implementation for SUMIFS(), see Bugzilla 52462 12 years ago
  Nick Burch 7a49fa7ad4 Add disabled tests for custom formats 12 years ago
  Nick Burch 1160285073 Add AM/PM DataFormatter tests for bug #52389 (already working properly) 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 46cee93e66 disabled a test failing under jdk 1.5: it assumes rounding mode half-up and jdk 1.6+ 12 years ago
  Nick Burch 202be296f6 Apply patch from bug #51809 - correct GTE handling in COUNTIF 12 years ago
  Yegor Kozlov e4b2a66d09 more progress with xssf chart api, see Bug 51196 12 years ago
  Yegor Kozlov e97caa9c1b support for conditional formatting in XSSF including docs and examples 13 years ago
  Yegor Kozlov 23d2678a0e Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 13 years ago
  Yegor Kozlov f804dd9e7b Fixed bug 51533 - Avoid exception when changing name of a sheet containing shared formulas 13 years ago
  Yegor Kozlov 0a86816c7c more progress with support for charts in XSSF, see patch 51196 13 years ago
  Nick Burch 84ff0f8423 Fix bug #51469 - XSSF support for row styles, to match existing HSSF functionality 13 years ago
  Nick Burch 45b7b36918 More elapsed time unit tests 13 years ago
  Yegor Kozlov 16bee58c25 Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets 13 years ago
  Yegor Kozlov d0f07c56da Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF 13 years ago
  Yegor Kozlov b8df0e686b Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked() 13 years ago
  Yegor Kozlov 8c7449a0bf Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer than 31 characters 13 years ago
  Yegor Kozlov 64208474aa Bug 50681 - Fixed autosizing columns beyond 255 character limit 13 years ago
  Yegor Kozlov 87140f2bc9 Bug 51339 - Fixed arithmetic rounding in formula evaluation 13 years ago
  Yegor Kozlov 3f11efa41c initial support for SXSSF tests 13 years ago
  Nick Burch 6576890e53 Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" and "/" 13 years ago
  Nick Burch 692bab9b9e Add a unit test for the formula evaluation caching/updating, which ensures that HSSF and XSSF behave the same 13 years ago
  Nick Burch 8dc1647c4c Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas 13 years ago
  Yegor Kozlov d732e60a09 improved DataFormatter, see Bugzilla 50841 13 years ago
  Nick Burch 3cd79ea026 Fix bug #50718 - More helpful error message when you try to create a CellReference with #REF! 13 years ago