[Bug 60848] SUMPRODUCT fails when first arg is of form --(...)

2018-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60848 raghavi changed: What|Removed |Added CC||raghav...@gofrugal.com -- You are receiving

[Bug 62271] New: Error in computing count of unique values using SUMPRODUCT and COUNTIF

2018-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62271 Bug ID: 62271 Summary: Error in computing count of unique values using SUMPRODUCT and COUNTIF Product: POI Version: 3.17-FINAL Hardware: PC OS: Linux

[Bug 62272] New: XSSFFont.setColor(XSSFColor) not including alpha channel

2018-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62272 Bug ID: 62272 Summary: XSSFFont.setColor(XSSFColor) not including alpha channel Product: POI Version: 3.17-FINAL Hardware: PC Status: NEW Severity:

Bug in ImageUtils.getDimensionFromAnchor(Picture picture)

2018-04-09 Thread QuinnChen
As we all know, there are serveral args(row1, col1, row2, col2, dx1, dy1, dx2, dy2) to describe the dimension and location of a picture in an excel file. case 1: A picture cover more then one cell, and row1 != row2 and col1 != col2