[Bug 67271] org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotField.setDefaultSubtotal(boolean arg) is not working

2023-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67271 Matthias Raschhofer changed: What|Removed |Added CC||matthias.raschhofer@gmail.c

[Bug 67271] org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotField.setDefaultSubtotal(boolean arg) is not working

2023-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67271 --- Comment #1 from Matthias Raschhofer --- Hi Komal, Could you please attach the input xlsx file as well? Otherwise nobody will be able to reproduce your test case. Thanks. -- You are receiving this mail because: You are the assignee

[Bug 67271] New: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotField.setDefaultSubtotal(boolean arg) is not working

2023-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67271 Bug ID: 67271 Summary: org.openxmlformats.schemas.spreadsheetml.x2006.main.CT PivotField.setDefaultSubtotal(boolean arg) is not working Product: POI Version

[Bug 63934] The column doesn't exist in lookup table

2023-09-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63934 PJ Fanning changed: What|Removed |Added Severity|critical|normal -- You are receiving this mail

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 Dominik Stadler changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

[Bug 12899] (RFE: Unicode Custom Number formats. ) Corrupted, but readable excel file is generated. Excel displays "File error. Some number formats may have been lost." on open.

2023-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=12899 Alaska USA Routing Number changed: What|Removed |Added CC||alaskausaroutingnumber

[Bug 63934] The column doesn't exist in lookup table

2023-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63934 --- Comment #6 from Matthias Raschhofer --- Since there's a workaround, imho this is not a very critical issue, however it would probably still be good to support this case. I opened a pull request to offer a fix for this issue: https

[Bug 63934] The column doesn't exist in lookup table

2023-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63934 --- Comment #5 from Matthias Raschhofer --- According to Microsoft the structure-reference Gender_lookup[] is equivalent to Gender_lookup[#Data], which poi is able to parse correctly. See https://learn.microsoft.com/en-us/openspecs

[Bug 63934] The column doesn't exist in lookup table

2023-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63934 --- Comment #4 from Matthias Raschhofer --- Btw, there's a workaround for the issue: If you specify the range in the lookup table explicitly, both excel and the apache poi library can evaluate the formula just fine. E.g.: =VLOOKUP([@[Gender

[Bug 22881] Simplified Chinese Characters

2023-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=22881 --- Comment #2 from Pregnancy Boss --- Expecting the unexpected? Pregnancy Boss (https://pregnancyboss.com/) is a space where expecting mothers can find helpful information, resources, and support throughout their pregnancy journey. From

[Bug 67083] Mail attachment is omitted on signed Outlook files

2023-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67083 --- Comment #5 from Rainer Schnitker --- sorry, edit for last comment: case with signature:only one chunk by msg.getAttachmentFiles() case without signature: two chunks: pdf and word file -- You are receiving this mail because: You

[Bug 67083] Mail attachment is omitted on signed Outlook files

2023-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67083 Rainer Schnitker changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving

[Bug 67083] Mail attachment is omitted on signed Outlook files

2023-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67083 --- Comment #4 from Rainer Schnitker --- ZIP Attachment with Outlook E-Mail with and without signature case signed: only one chunk by msg.getAttachmentFiles() case unsigned: two chunks: pdf and word file Perhaps its a bug in the Apache

[Bug 67083] Mail attachment is omitted on signed Outlook files

2023-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67083 --- Comment #3 from Rainer Schnitker --- Created attachment 38937 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38937=edit Outlook-Mail with and without signature -- You are receiving this mail because: You are the assig

[Bug 67083] Mail attachment is omitted on signed Outlook files

2023-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67083 Nick Burch changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Nick Burch

[Bug 67083] Mail attachment is omitted on signed Outlook files

2023-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67083 Rainer Schnitker changed: What|Removed |Added OS||All --- Comment #1 from Rainer

[Bug 67083] New: Mail attachment is omitted on signed Outlook files

2023-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67083 Bug ID: 67083 Summary: Mail attachment is omitted on signed Outlook files Product: POI Version: 5.2.3-FINAL Hardware: PC Status: NEW Severity: normal

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #12 from Michal --- Okay, I've seen some commits related to catching exceptions in the SXSSFSheet constructor (UnsatisfiedLinkError). Thank you, I will probably create my own JAR for now as you suggested, and I'm looking forward

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #11 from PJ Fanning --- It might be worth looking at https://github.com/quarkiverse/quarkus-poi who worked around this issue. Have a look at their Docker image. Its setup may help you to set up your own Docker image. -- You

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #10 from PJ Fanning --- To be honest, until we do a 5.2.4 release, you might be best creating your own POI jars that start with the code in POI 5.2.3 but that cherry pick some SXSSF commits form this year. -- You are receiving

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #9 from Michal --- (In reply to PJ Fanning from comment #7) > Have you tried disabling the AutoSizeColumnTracker ? By disabling do you mean usage of method SXSSFSheet.untrackAllColumnsForAutoSizing()? -- You are receiv

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #8 from PJ Fanning --- There are unreleased code changes that should fix this. I'm not sure if we are ready to do a release though. -- You are receiving this mail because: You are the assignee for the bug

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #7 from PJ Fanning --- Have you tried disabling the AutoSizeColumnTracker ? -- You are receiving this mail because: You are the assignee for the bug

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 Michal changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 67023] upgrade to pdfbox and graphics2d 3.0.0

2023-08-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67023 --- Comment #1 from PJ Fanning --- We run into this issue: https://github.com/rototor/pdfbox-graphics2d/issues/56 -- You are receiving this mail because: You are the assignee for the bug

[Bug 67023] New: upgrade to pdfbox and graphics2d 3.0.0

2023-08-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67023 Bug ID: 67023 Summary: upgrade to pdfbox and graphics2d 3.0.0 Product: POI Version: 5.3.x-dev Hardware: All OS: All Status: NEW Severity: normal

[Bug 67005] XSLFPictureShape - audio-related methods

2023-08-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67005 --- Comment #3 from Max <0x00...@gmail.com> --- According to http://officeopenxml.com/prSlide-multiMedia.php: "Multimedia such as a video or audio clip is added to a presentation as a property of a picture or shape". And PowerP

[Bug 67005] XSLFPictureShape - audio-related methods

2023-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67005 --- Comment #2 from PJ Fanning --- Does this need to be on XSLFPictureShape? Aren't sound and pictures different things? -- You are receiving this mail because: You are the assignee for the bug

[Bug 67005] XSLFPictureShape - audio-related methods

2023-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67005 Max <0x00...@gmail.com> changed: What|Removed |Added Attachment #38857|0 |1 is ob

[Bug 67005] New: XSLFPictureShape - audio-related methods

2023-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67005 Bug ID: 67005 Summary: XSLFPictureShape - audio-related methods Product: POI Version: 5.3.x-dev Hardware: All OS: All Status: NEW Severity: normal

[Bug 66988] cell.setText(String) only appends text

2023-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66988 --- Comment #3 from PJ Fanning --- fixed broken test with r1911755 - see https://bz.apache.org/bugzilla/show_bug.cgi?id=63624 -- You are receiving this mail because: You are the assignee for the bug

[Bug 63624] XWPFTableCell.setText() returns empty when no paragraph is created

2023-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63624 --- Comment #6 from PJ Fanning --- https://bz.apache.org/bugzilla/show_bug.cgi?id=66988 changes the behaviour to make setText replace the text and adds a new appendText to append. 66988 will be part of POI 5.2.4. -- You are receiving

[Bug 63624] XWPFTableCell.setText() returns empty when no paragraph is created

2023-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63624 PJ Fanning changed: What|Removed |Added Depends on||66988 Referenced Bugs: https

[Bug 66988] cell.setText(String) only appends text

2023-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66988 PJ Fanning changed: What|Removed |Added Blocks||63624 Referenced Bugs: https

[Bug 66855] [PATCH] Formula parser incorrectly handles sheet name containing multiple single quotes in a row

2023-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66855 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 66852] remove gradle-wrapper jar from POI

2023-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66852 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 66988] cell.setText(String) only appends text

2023-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66988 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 66271] issue with pptx to html convert when Artistic Effect has "tiff" image

2023-08-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66271 --- Comment #15 from Rohit kharya --- Thanks for Information, I will appreciate for your response. -- You are receiving this mail because: You are the assignee for the bug

[Bug 66988] cell.setText(String) only appends text

2023-08-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66988 --- Comment #1 from aoelle...@protonmail.com --- https://github.com/apache/poi/pull/503 -- You are receiving this mail because: You are the assignee for the bug

[Bug 66988] New: cell.setText(String) only appends text

2023-08-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66988 Bug ID: 66988 Summary: cell.setText(String) only appends text Product: POI Version: 5.2.3-FINAL Hardware: PC OS: Linux Status: NEW Severity: normal

[Bug 66904] New: Function DAYS not parsing German or French string dates

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66904 Bug ID: 66904 Summary: Function DAYS not parsing German or French string dates Product: POI Version: 5.2.3-FINAL Hardware: PC Status: NEW Severity

[Bug 66899] Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 --- Comment #10 from hasmukh ginoya --- I have found this stack over flow link - https://stackoverflow.com/questions/34900605/excel-cell-style-issue/34902174#34902174 Is it right solution for this ? if (DateUtil.isCellDateFormatted(cell

[Bug 66899] Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 --- Comment #9 from hasmukh ginoya --- Created attachment 38765 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38765=edit RegionSetting Region Setting with date formatting -- You are receiving this mail because: You are the assig

[Bug 66899] Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 --- Comment #8 from hasmukh ginoya --- Created attachment 38764 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38764=edit Excel File Excel file is attached -- You are receiving this mail because: You are the assignee for the

[Bug 60040] CellNumberFormatter wrong formating for Locale pt_BR

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60040 --- Comment #9 from hasmukh ginoya --- Created attachment 38763 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38763=edit Excel File with problem in the active cell Added Excel file also -- You are receiving this mail because:

[Bug 66899] Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 hasmukh ginoya changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #7 from hasmukh

[Bug 66899] Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 --- Comment #6 from hasmukh ginoya --- The concern is the format cell is with *dd-mm-yyy the same is attached in the image. And that format is not detected and returning the cell value only dd/mm/yy with 2 digit of the year instead of 4 digit

[Bug 66899] Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 hasmukh ginoya changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from hasmukh

[Bug 66899] Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 hasmukh ginoya changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from hasmukh

[Bug 66899] Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 --- Comment #3 from hasmukh ginoya --- Created attachment 38761 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38761=edit English US Local setting -- You are receiving this mail because: You are the assignee for the

[Bug 66899] Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 Nick Burch changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Nick Burch

[Bug 66899] Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 hasmukh ginoya changed: What|Removed |Added OS||All --- Comment #1 from hasmukh

[Bug 66899] New: Get cell value return dd/mm/yy when cell format is *dd-mm-yyyy. The expectation need to return year in 4 digit

2023-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66899 Bug ID: 66899 Summary: Get cell value return dd/mm/yy when cell format is *dd-mm-. The expectation need to return year in 4 digit Product: POI Version

[Bug 66885] getCellWithMerges() return empty Cell that it is centainly not null. But it is not correct.

2023-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66885 Donggyu Augustin Lee changed: What|Removed |Added CC||dongg...@chol.com -- You

[Bug 66885] New: getCellWithMerges() return empty Cell that it is centainly not null. But it is not correct.

2023-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66885 Bug ID: 66885 Summary: getCellWithMerges() return empty Cell that it is centainly not null. But it is not correct. Product: POI Version: 5.2.3-FINAL Hardware: All

[Bug 66828] ant 1.10.13 breaks POI build

2023-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66828 Bug 66828 depends on bug 66832, which changed state. Bug 66832 Summary: File "allow.class" in ant-launcher.jar fails when Java module system is used https://bz.apache.org/bugzilla/show_bug.cgi?id=66832 What

[Bug 66878] New: Invalid URL entered by user as hyperlink target causes exception when parsing.

2023-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66878 Bug ID: 66878 Summary: Invalid URL entered by user as hyperlink target causes exception when parsing. Product: POI Version: unspecified Hardware: Other

[Bug 66371] BaseXSSFEvaluationWorkbook.getName(String,sheetIndex) should return the name from the sheet scope first

2023-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66371 Hamza Gobir changed: What|Removed |Added CC||hgo...@googlemail.com -- You

[Bug 48344] setRowStyle() method of HSSFRow is not working

2023-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48344 Hamza Gobir changed: What|Removed |Added CC||hgo...@googlemail.com -- You

[Bug 63934] The column doesn't exist in lookup table

2023-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63934 --- Comment #3 from maxence.cra...@gmail.com --- Same issue with 5.2.3 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev

[Bug 65907] implementation of SUMPRODUCT function cannot handle case where operators appear between ranges

2023-08-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65907 --- Comment #3 from RouSi <603759...@qq.com> --- 我在E28有一个公式=SUMPRODUCT(($N$6:$N$26="镀锌板")*($M$6:$M$26)),代码在OperandResolver.chooseSingleElementFromAreaInternal(AreaEval ae, int srcCellRow, int srcCell

[Bug 66871] New: TargetURI in Relationship is overwritten with utf-8 encoded string

2023-08-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66871 Bug ID: 66871 Summary: TargetURI in Relationship is overwritten with utf-8 encoded string Product: POI Version: unspecified Hardware: PC Status: NEW

[Bug 57897] RecordFormatException: Unable to construct record instance

2023-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57897 Hamza Gobir changed: What|Removed |Added CC||hgo...@googlemail.com -- You

[Bug 62394] Excel loses styles and formating after writing certain rows. Even if Cellstyles are not exhausted

2023-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62394 Hamza Gobir changed: What|Removed |Added CC||hgo...@googlemail.com -- You

[Bug 57074] HSSFCell.getCellStyle().getFillForegroundColorColor() returns incorrect color for xls file created using Microsoft Excel 2007

2023-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57074 Hamza Gobir changed: What|Removed |Added CC||hgo...@googlemail.com -- You

[Bug 58858] hidden characters not removed

2023-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58858 Hamza Gobir changed: What|Removed |Added CC||hgo...@googlemail.com -- You

[Bug 66425] Initial Integration of poi into oss-fuzz

2023-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66425 Dominik Stadler changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from Dominik

[Bug 65887] XLS can't be loaded after upgrade from 5.1.0 to 5.2.0

2023-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65887 Dominik Stadler changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

[Bug 66855] [PATCH] Formula parser incorrectly handles sheet name containing multiple single quotes in a row

2023-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66855 --- Comment #1 from Kirill Lebedev --- Pull Request link: https://github.com/apache/poi/pull/496 -- You are receiving this mail because: You are the assignee for the bug

[Bug 66855] [PATCH] Formula parser incorrectly handles sheet name containing multiple single quotes in a row

2023-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66855 PJ Fanning changed: What|Removed |Added OS||All Severity|blocker

[Bug 66855] New: [PATCH] Formula parser incorrectly handles sheet name containing multiple single quotes in a row

2023-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66855 Bug ID: 66855 Summary: [PATCH] Formula parser incorrectly handles sheet name containing multiple single quotes in a row Product: POI Version: 5.3.x-dev Hardware: PC

[Bug 66840] zip attack

2023-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 cnj_0304 changed: What|Removed |Added CC||cnj_0...@qq.com --- Comment #10 from

[Bug 66852] remove gradle-wrapper jar from POI

2023-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66852 --- Comment #1 from PJ Fanning --- Seems like our src zip/tgz exclude the gradle wrapper files. Not ideal to have them in svn repo but it's more important not to have them in source downloads. I've added back the gradlep-wrapper jar (in svn

[Bug 66852] New: remove gradle-wrapper jar from POI

2023-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66852 Bug ID: 66852 Summary: remove gradle-wrapper jar from POI Product: POI Version: 5.3.x-dev Hardware: All OS: All Status: NEW Severity: normal

[Bug 66840] zip attack

2023-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 PJ Fanning changed: What|Removed |Added Severity|critical|normal -- You are receiving this mail

[Bug 66840] zip attack

2023-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 --- Comment #9 from cnj_0304 --- (In reply to PJ Fanning from comment #8) > You will need to provide a file that demos an issue. Sorry, our company prohibits uploading files to the outside world. You can simply construct a compres

[Bug 66840] zip attack

2023-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 PJ Fanning changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever confirmed|0

[Bug 66840] zip attack

2023-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 cnj_0304 changed: What|Removed |Added Ever confirmed|1 |0 Status|RESOLVED

[Bug 65887] XLS can't be loaded after upgrade from 5.1.0 to 5.2.0

2023-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65887 Dario Götze changed: What|Removed |Added Resolution|INFORMATIONPROVIDED |--- Status|RESOLVED

[Bug 66840] zip attack

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 --- Comment #6 from PJ Fanning --- If you have lots of cell with values then you will use lots of memory. We have some protections against malicious inputs that might try to fool POI into creating large arrays but in the end of the day, if you

[Bug 66840] zip attack

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 --- Comment #5 from Dominik Stadler --- Apache POI already tries hard to not allocate too much main memory irrespective of the actual document. Maybe the default limits are simply higher than the amount of memory that you provide to the JVM

[Bug 66840] zip attack

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 --- Comment #4 from PJ Fanning --- There are APIs that can read xlsx in a streaming way and will use less memory - but they can still end up using a lot of memory. If you need to parse large xlsx files, you need an architecture that can handle

[Bug 66840] zip attack

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 --- Comment #3 from PJ Fanning --- I wrote this blog about the dangers of parsing MS file formats a while ago. https://medium.com/system-weakness/caveats-with-accepting-microsoft-office-file-formats-in-uploads-26be3673c330 -- You

[Bug 66840] zip attack

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 66840] zip attack

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 PJ Fanning changed: What|Removed |Added OS||All --- Comment #1 from PJ Fanning

[Bug 66840] New: zip attack

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66840 Bug ID: 66840 Summary: zip attack Product: POI Version: unspecified Hardware: All Status: NEW Severity: critical Priority: P2 Component: XSSF

[Bug 66828] ant 1.10.13 breaks POI build

2023-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66828 --- Comment #4 from Dominik Stadler --- Code was reverted to Apache Ant 1.10.12 via r1911398 Reported issue for Apache Ant at bug #66832 to get their take on this newly introduced "workaround" -- You are receiving this mail be

[Bug 66828] ant 1.10.13 breaks POI build

2023-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66828 Dominik Stadler changed: What|Removed |Added Depends on||66832 Referenced Bugs: https

[Bug 66827] Exception on loading Excel xslx-file with cell comment

2023-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66827 PJ Fanning changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #7 from PJ Fanning

[Bug 66827] Exception on loading Excel xslx-file with cell comment

2023-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66827 --- Comment #6 from PJ Fanning --- According the XSD that POI was built with, only these Object Types are valid. Enum BUTTON = Enum.forString("Button"); Enum CHECKBOX = Enum.forString("Checkbox"); Enum DIA

[Bug 66827] Exception on loading Excel xslx-file with cell comment

2023-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66827 --- Comment #5 from PJ Fanning --- So the issue is not with the comments table. It is with the VML Drawing XML. xl/drawings/vmlDrawing1.vml has this and this is what is not parsing -- You are receiving this mail because: You

[Bug 66828] ant 1.10.13 breaks POI build

2023-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66828 --- Comment #3 from PJ Fanning --- Also happens in https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/545/consoleFull -- You are receiving this mail because: You are the assignee for the bug

[Bug 66828] ant 1.10.13 breaks POI build

2023-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66828 --- Comment #2 from PJ Fanning --- Fails in GitHub CI build: https://github.com/apache/poi/actions/runs/5724407254/job/15510836244 -- You are receiving this mail because: You are the assignee for the bug

[Bug 66827] Exception on loading Excel xslx-file with cell comment

2023-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66827 --- Comment #4 from Dominik Stadler --- This error message now shows up in https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/lastFailedBuild/testReport/junit/org.apache.poi.stress/TestAllFiles

[Bug 66828] ant 1.10.13 breaks POI build

2023-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66828 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from

[Bug 66705] Slide Transitions not working XSLF Slide

2023-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66705 PJ Fanning changed: What|Removed |Added Hardware|Macintosh |All OS|Mac OS X 10.1

[Bug 66827] Exception on loading Excel xslx-file with cell comment

2023-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66827 --- Comment #3 from PJ Fanning --- added test in r1911399 this test passes so the issue is not reproduced bug66827.xlsx is the 'excpetion' xlsx from the attachment -- You are receiving this mail because: You are the assignee for the bug

[Bug 66827] Exception on loading Excel xslx-file with cell comment

2023-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66827 mg.fo...@jdotsoft.com changed: What|Removed |Added CC||mg.fo...@jdotsoft.com

[Bug 66828] New: ant 1.10.13 breaks POI build

2023-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66828 Bug ID: 66828 Summary: ant 1.10.13 breaks POI build Product: POI Version: 5.3.x-dev Hardware: All OS: All Status: NEW Severity: normal

[Bug 66675] Save not happening in work book showing A part with the name '/docProps/core.xml' already exists

2023-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66675 Dominik Stadler changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

<    1   2   3   4   5   6   7   8   9   10   >