4077 次程式碼提交 (b6aaf36b5cef63a874607a4195a4741387ffa08f)
 

作者 SHA1 備註 提交日期
  Maxim Valyanskiy 2b63abedac Add license headers to Ole10Native-related classes 13 年之前
  Maxim Valyanskiy a6fdb05e5d update status.xml (code for reading Ole10Native data) 13 年之前
  Maxim Valyanskiy 017bde52e1 Add code for reading Ole10Native data 13 年之前
  Nick Burch 4ef42e3bbc Remove 1.6isms which prevent compilation on Java 1.5 13 年之前
  Nick Burch 8d475c729d Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension 13 年之前
  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 ab64ce8ec4 added a getter for _iStartAt in ListFormatOverrideLevel 14 年之前
  Yegor Kozlov 6f9470cc89 change cell type to error when setting Double.NaN or Infinities, see Bugzilla 49761 14 年之前
  Yegor Kozlov 5fc4b570ca ensure that CTNumPr is included in poi-ooxml-schemas.jar (Bugzilla 49833) 14 年之前
  Yegor Kozlov d6e6f426f5 fixed LEFT and RIGHT to return #VALUE! when called with a negative operand, see Bugzilla 49841 14 年之前
  Yegor Kozlov 66f0404514 added ZipFileAssert, this file was in the original OpenXML4J package but wasn't included in POI-3.5 14 年之前
  Yegor Kozlov d959321d72 fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783 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 年之前
  Nick Burch 135f3b2f3d tweak dependency list of ooxml-schemas jar 14 年之前
  Nick Burch 899833cc5b Update the index page for 3.7 Beta 2 14 年之前
  Yegor Kozlov 125c86b6de fixed OperandResolver to correctly handle inputs with leading decimal place, see Bug #49723 14 年之前
  Nick Burch 14b5b74989 Compiling the OOXML xsds requires a bit more memory if on a 64 bit jvm 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 ce5c607e24 optimized performance of HSSFCell#setHyperlink 14 年之前
  Yegor Kozlov 0427fc7a0f close OPC package before assertion, otherwise the test fails on Win7 (unix-based systems always pass) 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 6387556b49 Prepare for 3.7 beta 2 14 年之前
  Nick Burch 8261bb3e8a Support nested outlook files in ExtractorFactory 14 年之前
  Nick Burch 818bc29696 Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msg 14 年之前
  Nick Burch ddbddfafa4 Improve handling and warnings when closing OPCPackage objects 14 年之前
  Nick Burch cc8c15ca6c Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list 14 年之前
  Nick Burch ba5f6a5cf3 Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generating valid sheet names 14 年之前
  Maxim Valyanskiy 79c4de256f hwpf: append any character data before paragraphs to first paragraph 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 62499bc465 Fix bug #49441 - Allow overriding and guessing of HSMF non-unicode string encodings 14 年之前
  Nick Burch 452fa02182 Fix bug #49689 - Allow the setting of user style names on newly created HSSF cell styles 14 年之前
  Nick Burch 620eb21796 Commit unit test change too 14 年之前
  Nick Burch fbff3e557b Refactor to make it easier to tell which content types each POIXMLTextExtractor handles 14 年之前
  Yegor Kozlov f575bfa013 Added clone support for UserSView* and Feat* families of records, see bug #49649 14 年之前
  Yegor Kozlov 8ddb1b6dbd Support for escaped unicode characters in Shared String Table, see bug #49653 14 年之前
  Yegor Kozlov e46e2c44a7 prevent ArrayIndexOutOfBoundException in UnknowEscherRecord, see bug #49579 14 年之前
  Maxim Valyanskiy 0864608375 wpf: More CharactedRun mapping fixes for fast-saved documents 14 年之前
  Yegor Kozlov 247f441b31 preserve leading and trailing white spaces in XWPFRun, see bug #49593 14 年之前
  Yegor Kozlov c9f9d48ff8 insert the content of fldSimple fields into the XWPFWordTextExtractor output, see bug #49455 14 年之前
  Yegor Kozlov af0406cd10 Fixed parsing formulas containing defined names beginning with an underscore, see Bug 9640 14 年之前
  Maxim Valyanskiy 145e221f87 More fixes for auto-saved documents 14 年之前
  Yegor Kozlov b735d6736a support for POISSON function, see bug #49538 14 年之前