You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dominik Stadler cf1558116f Bug 56644: Fix adding cells if MissingCellPolicy is set to NULL_FOR_BLANK and the last column in a row is empty 9 years ago
..
charts Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a Typo 9 years ago
extensions Start on HSSF/XSSF Shrink To Fit support, see bug #55661 10 years ago
helpers Bug 56914 - XSSFRowShifter.updateConditionalFormatting throws IOOBE when there are more than 1 CTConditionalFormatting 9 years ago
ListAutoNumber.java POI-55292 with added files 11 years ago
TextAlign.java POI-55292 with added files 11 years ago
TextAutofit.java POI-55292 with added files 11 years ago
TextCap.java POI-55292 with added files 11 years ago
TextDirection.java POI-55292 with added files 11 years ago
TextFontAlign.java POI-55292 with added files 11 years ago
TextHorizontalOverflow.java POI-55292 with added files 11 years ago
TextVerticalOverflow.java POI-55292 with added files 11 years ago
XSSFAnchor.java Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting 15 years ago
XSSFAutoFilter.java initial support for excel auto-filters 14 years ago
XSSFBorderFormatting.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
XSSFCell.java Bug 56644: Fix adding cells if MissingCellPolicy is set to NULL_FOR_BLANK and the last column in a row is empty 9 years ago
XSSFCellStyle.java Start on HSSF/XSSF Shrink To Fit support, see bug #55661 10 years ago
XSSFChart.java Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
XSSFChartSheet.java Correct the fetching of Drawings from a XSSFChartSheet 13 years ago
XSSFChildAnchor.java added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 14 years ago
XSSFClientAnchor.java FindBugs fix 10 years ago
XSSFColor.java Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file 9 years ago
XSSFComment.java Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values passed in 9 years ago
XSSFConditionalFormatting.java support for conditional formatting in XSSF including docs and examples 13 years ago
XSSFConditionalFormattingRule.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
XSSFConnector.java added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 14 years ago
XSSFCreationHelper.java Update Javadoc somewhat 10 years ago
XSSFDataFormat.java allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928 13 years ago
XSSFDataValidation.java Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true 9 years ago
XSSFDataValidationConstraint.java Add in missing license headers to a few files 14 years ago
XSSFDataValidationHelper.java Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true 9 years ago
XSSFDialogsheet.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 14 years ago
XSSFDrawing.java Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values passed in 9 years ago
XSSFEvaluationCell.java bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
XSSFEvaluationSheet.java Merged revisions 703063 via svnmerge from 15 years ago
XSSFEvaluationWorkbook.java XSSF external workbook lookup support for in-line file:/// based book "numbers" 10 years ago
XSSFEvenFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFEvenHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFFactory.java Ensure that XWPFParagraph.getDocument() is not null 13 years ago
XSSFFirstFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFFirstHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFFont.java Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware 13 years ago
XSSFFontFormatting.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
XSSFFormulaEvaluator.java #56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested 10 years ago
XSSFGraphicFrame.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
XSSFHyperlink.java Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cell 10 years ago
XSSFLineBreak.java POI-55292 with added files 11 years ago
XSSFMap.java For places where an ordered collection is created and used within the context of a single thread, and there are no thread safety concerns, use ArrayList not Vector. See bug #54838 10 years ago
XSSFName.java Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 13 years ago
XSSFOddFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFOddHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFPatternFormatting.java support for conditional formatting in XSSF including docs and examples 13 years ago
XSSFPicture.java Picture method to resize with different scales in width and height 9 years ago
XSSFPictureData.java Bug 51158: clear out Memory-based part before writing to it, 10 years ago
XSSFPivotCache.java Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 10 years ago
XSSFPivotCacheDefinition.java Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
XSSFPivotCacheRecords.java Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 10 years ago
XSSFPivotTable.java Patch from Kamil Linek from bug #57071 - 3+ XSSF column label names for pivot tables 9 years ago
XSSFPrintSetup.java Tweak XSSFPrintSetup to make it a little clearer what happens, and add a round-trip unit test for it 13 years ago
XSSFRelation.java Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file 10 years ago
XSSFRichTextString.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
XSSFRow.java Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
XSSFShape.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 14 years ago
XSSFShapeGroup.java added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 14 years ago
XSSFSheet.java Adjust typos in Javadoc 9 years ago
XSSFSheetConditionalFormatting.java Bug 56914 - XSSFRowShifter.updateConditionalFormatting throws IOOBE when there are more than 1 CTConditionalFormatting 9 years ago
XSSFSimpleShape.java Fix Bug 56514, add missing null-check if simple shape does not have any text 10 years ago
XSSFTable.java Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
XSSFTextBox.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 14 years ago
XSSFTextParagraph.java POI-55292 with added files 11 years ago
XSSFTextRun.java POI-55292 with added files 11 years ago
XSSFVMLDrawing.java Fix bug #49020 - Workaround Excel outputting invalid XML in button definitions by not closing BR tags 14 years ago
XSSFWorkbook.java Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeSheet() for both HSSF and XSSF 9 years ago