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.
Nick Burch de3ba9dc6a Bit more towards XSSF name support for #56737, will need some deeper changes though to fully implement 10 years ago
..
charts Bug 55768: added Line charts support and setting axis tick marks, title 10 years ago
extensions Start on HSSF/XSSF Shrink To Fit support, see bug #55661 10 years ago
helpers When finding the CTCol object for a XSSF Sheet column, as we often have to traverse most of the list, and we are mostly reading not changing, switch to fetching all the objects as an array in one go, rather than fetching one at a time, which is hopefully faster. Aims to help bug #56556 10 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 Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, return as 0 10 years ago
XSSFCellStyle.java Start on HSSF/XSSF Shrink To Fit support, see bug #55661 10 years ago
XSSFChart.java Bug 54676: added new chart axis type: Category axis 10 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 Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply for set as well as get 13 years ago
XSSFComment.java Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another 13 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 Add in missing license headers to a few files 14 years ago
XSSFDataValidationConstraint.java Add in missing license headers to a few files 14 years ago
XSSFDataValidationHelper.java Bug 53965: Fixed XmlValueOutOfRangeExceptio calling getDataValidations for custom validations with XSSFSheet 11 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 55347 - integrate textbox text extraction with Excel extractors 11 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 Bit more towards XSSF name support for #56737, will need some deeper changes though to fully implement 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 bugzilla ticket 53642: added detailed logging for formula evaluation in both HSSF and XSSF modules 11 years ago
XSSFGraphicFrame.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
XSSFHyperlink.java Update Javadoc somewhat 10 years ago
XSSFLineBreak.java POI-55292 with added files 11 years ago
XSSFMap.java Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features 13 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 Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData() 11 years ago
XSSFPictureData.java Bug 51158: clear out Memory-based part before writing to it, 10 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 Initial support for XSSF External Links tables, which hold references to other workbooks referenced by formulas and names. #56744 10 years ago
XSSFRichTextString.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
XSSFRow.java Bug 56170: Fix a problem with cells in workbooks becoming disconnected from XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray() disconnects any previously stored array-item but we try to re-use them. So we need to recreate the CTCell and set it in the XSSFCell to make this work in all currently tested cases. 10 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 Add missing @Overrides, reformat some files, increase coverage slightly, 10 years ago
XSSFSheetConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
XSSFSimpleShape.java Fix Bug 56514, add missing null-check if simple shape does not have any text 10 years ago
XSSFTable.java Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when creating from a template 10 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 Initial support for XSSF External Links tables, which hold references to other workbooks referenced by formulas and names. #56744 10 years ago