896 Коміти (aff049234a4826b2b8affbbcde666ae90ee2969c)

Автор SHA1 Повідомлення Дата
  Yegor Kozlov fcdcfb155b moved ptg classes to org.apache.poi.ss.formula.ptg 13 роки тому
  Yegor Kozlov 734989237e moved ptg classes to org.apache.poi.ss.formula.ptg 13 роки тому
  Yegor Kozlov 6ef7d14026 moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 роки тому
  Yegor Kozlov 7b13897404 moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 роки тому
  Yegor Kozlov 3d98facdd2 removed dependencies on HSSF, prepare to move common formula stuff to org.apache.poi.ss.formula 13 роки тому
  Yegor Kozlov 6591e4d3e7 clear calculation chain when deleting row or chaing cell type to blank, see Bugs 50113 and 49966 13 роки тому
  Yegor Kozlov 8e4d2bbba3 Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 13 роки тому
  Yegor Kozlov 3aef93a73b use cached formula result when autosizing sheet columns, see Bugzilla 50211 13 роки тому
  Yegor Kozlov 81a9293f1c Tolerate Double.NaN when reading .xls files, see Bugzilla 49761 13 роки тому
  Nick Burch 1f2ff5281c Fix bug #50118 13 роки тому
  Yegor Kozlov 69cfa15160 avoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not found 13 роки тому
  Yegor Kozlov 1c753d4b75 support for retrieving pictures from HSSF workbooks, see bugzilla 50022 13 роки тому
  Yegor Kozlov 7e02d41c34 Avoid IllegalStateException when creating Data validation in sheet with macro, see Bugzilla 50020 13 роки тому
  Yegor Kozlov c27d3438eb improved rounding in MathX.mod, see Bugzilla 50033 13 роки тому
  Nick Burch 2009e394a7 Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one 13 роки тому
  Nick Burch 2fbe2f48a1 Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF header records for a PageSettingsBlock 13 роки тому
  Yegor Kozlov eac4e0b485 fixed inconsistent behaviour between HSSF and XSSF when creating consecutive names, see Bugzilla 49907 14 роки тому
  Maxim Valyanskiy 2b63abedac Add license headers to Ole10Native-related classes 14 роки тому
  Maxim Valyanskiy 017bde52e1 Add code for reading Ole10Native data 14 роки тому
  Nick Burch 8d475c729d Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension 14 роки тому
  Yegor Kozlov 6d0d44d0aa allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on the first 31 chars 14 роки тому
  Yegor Kozlov 409b9af380 improved API for hiding sheets, see Bugzilla 49878 14 роки тому
  Yegor Kozlov 7bc987afea fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or ends with a single quote ('), see Bugzilla 49875 14 роки тому
  Yegor Kozlov e99294ebc5 fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator 14 роки тому
  Yegor Kozlov 6f9470cc89 change cell type to error when setting Double.NaN or Infinities, see Bugzilla 49761 14 роки тому
  Yegor Kozlov d6e6f426f5 fixed LEFT and RIGHT to return #VALUE! when called with a negative operand, see Bugzilla 49841 14 роки тому
  Yegor Kozlov b98b01b29b fixed fetching names of user defined styles, see Bugzila 49751 14 роки тому
  Yegor Kozlov faa64fa1f4 support for protecting a XSSF workbook, see Bugzilla #48900 14 роки тому
  Yegor Kozlov be31b22715 fixed FormulaParser to correctly process defined names with underscore, see bugzilla 49725 14 роки тому
  Yegor Kozlov ea9c0b028f added support for RANDBETWEEN(), see Bugzilla 48526 14 роки тому
  Yegor Kozlov 125c86b6de fixed OperandResolver to correctly handle inputs with leading decimal place, see Bug #49723 14 роки тому
  Nick Burch d974a5fe7c Remove svn:executable property from a series of files that didn't need it set 14 роки тому
  Yegor Kozlov fc6fe5f375 initial support for excel auto-filters 14 роки тому
  Yegor Kozlov 3f83900581 increased allowed range in TestHSSFSheet#testAutoSizeDate() to make tests on MacOS X pass 14 роки тому
  Nick Burch fff843e65a Add a dist exclude, and a missing header 14 роки тому
  Nick Burch ba5f6a5cf3 Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generating valid sheet names 14 роки тому
  Nick Burch 7c0f62f764 Fix bug #49694 - Use DataFormatter when autosizing columns, to better match the real display width of formatted cells 14 роки тому
  Nick Burch 452fa02182 Fix bug #49689 - Allow the setting of user style names on newly created HSSF cell styles 14 роки тому
  Yegor Kozlov f575bfa013 Added clone support for UserSView* and Feat* families of records, see bug #49649 14 роки тому
  Yegor Kozlov e46e2c44a7 prevent ArrayIndexOutOfBoundException in UnknowEscherRecord, see bug #49579 14 роки тому
  Yegor Kozlov af0406cd10 Fixed parsing formulas containing defined names beginning with an underscore, see Bug 9640 14 роки тому
  Yegor Kozlov b735d6736a support for POISSON function, see bug #49538 14 роки тому
  Yegor Kozlov 74ff0ab72f added a failing unit test for bug #49612 14 роки тому
  Nick Burch 567001becf Fix bug #49524 - Support for setting cell text to be vertically rotated, via style.setRotation(0xff) 14 роки тому
  Nick Burch aa253ea74a Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the comment is stored in a NameCommentRecord 14 роки тому
  Nick Burch d712b6b2ad 49599 - Correct writing of NoteRecord author text when switching between ASCII and Unicode 14 роки тому
  Nick Burch 36c5190f57 When formatting numbers with DataFormatter, handle brackets following colours 14 роки тому
  Yegor Kozlov 9c6fdb6f53 force ASCII encoding when compiling sources, fixed unmappable characters for encoding ASCII 14 роки тому
  Nick Burch 034e5c4a97 Apply, with a few tweaks, the patch from bug #48996 - initial support for External Name References in HSSF formula evaluation 14 роки тому
  Nick Burch 5696c265f4 Add more to test for bug #46664, including the last bit which is disabled pending a fuller fix 14 роки тому