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 2776cf6a59 Bug 55668: Try to avoid NullPointerException when chaning cell type and formula leads to null-string by seting the cell to BLANK instead 8 years ago
..
DVConstraint.java forbidden apis fixes - a few DateFormat clean ups ... 8 years ago
DummyGraphics2d.java FindBugs MALICIOUS_CODE, finalize method should have protected access 8 years ago
EscherGraphics.java Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
EscherGraphics2d.java Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... 9 years ago
FontDetails.java FindBugs fix 10 years ago
HSSFAnchor.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFAutoFilter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFBorderFormatting.java #58138 Color object support for HSSF CF borders 9 years ago
HSSFCell.java Bug 55668: Try to avoid NullPointerException when chaning cell type and formula leads to null-string by seting the cell to BLANK instead 8 years ago
HSSFCellStyle.java bug 58043: provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note 8 years ago
HSSFChildAnchor.java FindBugs fix 10 years ago
HSSFClientAnchor.java bug 58636: upgrade anchor types from int to AnchorType enum 8 years ago
HSSFColorScaleFormatting.java #58130 HSSF CF Color Scale color support 9 years ago
HSSFCombobox.java bug 58636: upgrade anchor types from int to AnchorType enum 8 years ago
HSSFComment.java remove deprecated (2009) HSSFComment#setColumn(short). int version is available. 8 years ago
HSSFConditionalFormatting.java #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region 8 years ago
HSSFConditionalFormattingRule.java FindBugs - DLS_DEAD_LOCAL_STORE 8 years ago
HSSFConditionalFormattingThreshold.java Update objects / method signatures for the new CF Thresholds, to better match what the other CF bits expose where 9 years ago
HSSFCreationHelper.java Fix inconsistent whitespace/indents 9 years ago
HSSFDataBarFormatting.java #58130 CF DataBar support 9 years ago
HSSFDataFormat.java Fix some Forbidden APIs errors 8 years ago
HSSFDataFormatter.java forbidden apis fixes - a few DateFormat clean ups ... 8 years ago
HSSFDataValidation.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFDataValidationHelper.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFDateUtil.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFErrorConstants.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFEvaluationCell.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFEvaluationSheet.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFEvaluationWorkbook.java supporting changes for bug 58452: copy cell formulas containing unregistered function names 8 years ago
HSSFExtendedColor.java Fixed a problem with save-and-load of conditional formattings (CFHeader12 wasn't added to conditional formattings, rgb value wasn't saved in extended color) 8 years ago
HSSFFont.java Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... 9 years ago
HSSFFontFormatting.java Cleaner code for checking and casting the Color objects 9 years ago
HSSFFooter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFFormulaEvaluator.java #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region 8 years ago
HSSFHeader.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFHyperlink.java bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlink 8 years ago
HSSFIconMultiStateFormatting.java #58130 HSSF CF Color Scale color support 9 years ago
HSSFName.java FindBugs - DLS_DEAD_LOCAL_STORE 8 years ago
HSSFObjectData.java #58597: Remove setAccessible (more coming soon) 8 years ago
HSSFOptimiser.java Correct HSSFOptimiser logic for the case where the to-keep style wasn't previously in use. Fixes #54443 10 years ago
HSSFPalette.java Fix some Forbidden APIs errors 8 years ago
HSSFPatriarch.java #58597: Remove setAccessible (more coming soon) 8 years ago
HSSFPatternFormatting.java Cleaner code for checking and casting the Color objects 9 years ago
HSSFPicture.java Regression analysis: the additional testing of cloning sheets showed a 8 years ago
HSSFPictureData.java Picture method to resize with different scales in width and height 9 years ago
HSSFPolygon.java #58597: Remove setAccessible (more coming soon) 8 years ago
HSSFPrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 10 years ago
HSSFRichTextString.java Fix two Eclipse warnings 9 years ago
HSSFRow.java javadoc 8 years ago
HSSFShape.java replace Throwable.printStackTrace() with POILogger calls - Todo: other printStrackTrace(...) calls 8 years ago
HSSFShapeContainer.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFShapeFactory.java Avoid possible NPE found via CommonCrawl files 9 years ago
HSSFShapeGroup.java #58597: Remove setAccessible (more coming soon) 8 years ago
HSSFShapeTypes.java added javadoc and code refactoring 12 years ago
HSSFSheet.java #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() 8 years ago
HSSFSheetConditionalFormatting.java #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region 8 years ago
HSSFSimpleShape.java #58597: Remove setAccessible (more coming soon) 8 years ago
HSSFTextbox.java #58597: Remove setAccessible (more coming soon) 8 years ago
HSSFWorkbook.java #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() 8 years ago
HeaderFooter.java Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one 13 years ago
StaticFontMetrics.java - removed deprecated and confusing methods in XSSFColor 8 years ago
package.html replace Jakarta POI --> Apache POI in package.html files 17 years ago