4142 Commits (27e3d4ea2608ee45e71e70d3fcfd4ef8cb20d469)
 

Author SHA1 Message Date
  Nick Burch f52e5b1fd5 Fix up imports to remove un-used ones 14 years ago
  Nick Burch 6b1a10ac97 Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of different styles 14 years ago
  Nick Burch 3d0143a196 Link XWPFPicture to XWPFRun, so that embedded pictures can be access from where they live in the text stream 14 years ago
  Nick Burch fa56cf7435 XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, and less on internal StringBuffers. Also improve handling of Hyperlinks inside XWPFParagraph objects through XWPFHyperlinkRun 14 years ago
  Nick Burch db4de8a4f3 Add a getBodyElements() method to XWPF IBody, to make access to embedded paragraphs and tables easier, and a few tidy-ups 14 years ago
  Nick Burch 0a3ac7d1e3 More XSLFRelation entries for common .pptx file parts 14 years ago
  Yegor Kozlov 76c55aa888 added a test file that belongs to r996265 14 years ago
  Yegor Kozlov 45f1391ee7 fixed evaluation of shared formulas in XSSF, see Bugzilla 49872 14 years ago
  Yegor Kozlov 0a97b41c1d avoid corruption of XSSFWorkbook after removing all merged cells from sheet, see Bugzilla 49895 14 years ago
  Yegor Kozlov eac4e0b485 fixed inconsistent behaviour between HSSF and XSSF when creating consecutive names, see Bugzilla 49907 14 years ago
  Nick Burch 7c17469fae Tweak hssf and hwpf image mime types for wmf/emf to match those used by XSSF/XWPF 14 years ago
  Nick Burch cf8be77aee Improve documentation of some of the HWPF picture stuff, and add unit tests for images of embeded documents 14 years ago
  Nick Burch 7d24de3173 Add getMimeType() method to HWPF Picture, and fix some generics warnings 14 years ago
  Nick Burch b0dd1b1de0 Fix generics warnings 14 years ago
  Nick Burch 4c20bb6d8d Tweak constructor to be more open, and fix some generics warnings 14 years ago
  Maxim Valyanskiy 2b63abedac Add license headers to Ole10Native-related classes 14 years ago
  Maxim Valyanskiy a6fdb05e5d update status.xml (code for reading Ole10Native data) 14 years ago
  Maxim Valyanskiy 017bde52e1 Add code for reading Ole10Native data 14 years ago
  Nick Burch 4ef42e3bbc Remove 1.6isms which prevent compilation on Java 1.5 14 years ago
  Nick Burch 8d475c729d Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension 14 years ago
  Yegor Kozlov 6d0d44d0aa allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on the first 31 chars 14 years ago
  Yegor Kozlov 409b9af380 improved API for hiding sheets, see Bugzilla 49878 14 years ago
  Yegor Kozlov 7bc987afea fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or ends with a single quote ('), see Bugzilla 49875 14 years ago
  Yegor Kozlov e99294ebc5 fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator 14 years ago
  Yegor Kozlov ab64ce8ec4 added a getter for _iStartAt in ListFormatOverrideLevel 14 years ago
  Yegor Kozlov 6f9470cc89 change cell type to error when setting Double.NaN or Infinities, see Bugzilla 49761 14 years ago
  Yegor Kozlov 5fc4b570ca ensure that CTNumPr is included in poi-ooxml-schemas.jar (Bugzilla 49833) 14 years ago
  Yegor Kozlov d6e6f426f5 fixed LEFT and RIGHT to return #VALUE! when called with a negative operand, see Bugzilla 49841 14 years ago
  Yegor Kozlov 66f0404514 added ZipFileAssert, this file was in the original OpenXML4J package but wasn't included in POI-3.5 14 years ago
  Yegor Kozlov d959321d72 fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783 14 years ago
  Yegor Kozlov b98b01b29b fixed fetching names of user defined styles, see Bugzila 49751 14 years ago
  Yegor Kozlov faa64fa1f4 support for protecting a XSSF workbook, see Bugzilla #48900 14 years ago
  Yegor Kozlov be31b22715 fixed FormulaParser to correctly process defined names with underscore, see bugzilla 49725 14 years ago
  Yegor Kozlov ea9c0b028f added support for RANDBETWEEN(), see Bugzilla 48526 14 years ago
  Nick Burch 135f3b2f3d tweak dependency list of ooxml-schemas jar 14 years ago
  Nick Burch 899833cc5b Update the index page for 3.7 Beta 2 14 years ago
  Yegor Kozlov 125c86b6de fixed OperandResolver to correctly handle inputs with leading decimal place, see Bug #49723 14 years ago
  Nick Burch 14b5b74989 Compiling the OOXML xsds requires a bit more memory if on a 64 bit jvm 14 years ago
  Nick Burch d974a5fe7c Remove svn:executable property from a series of files that didn't need it set 14 years ago
  Yegor Kozlov fc6fe5f375 initial support for excel auto-filters 14 years ago
  Yegor Kozlov ce5c607e24 optimized performance of HSSFCell#setHyperlink 14 years ago
  Yegor Kozlov 0427fc7a0f close OPC package before assertion, otherwise the test fails on Win7 (unix-based systems always pass) 14 years ago
  Yegor Kozlov 3f83900581 increased allowed range in TestHSSFSheet#testAutoSizeDate() to make tests on MacOS X pass 14 years ago
  Nick Burch fff843e65a Add a dist exclude, and a missing header 14 years ago
  Nick Burch 6387556b49 Prepare for 3.7 beta 2 14 years ago
  Nick Burch 8261bb3e8a Support nested outlook files in ExtractorFactory 14 years ago
  Nick Burch 818bc29696 Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msg 14 years ago
  Nick Burch ddbddfafa4 Improve handling and warnings when closing OPCPackage objects 14 years ago
  Nick Burch cc8c15ca6c Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list 14 years ago
  Nick Burch ba5f6a5cf3 Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generating valid sheet names 14 years ago