[Bug 65916] IndexOutOfBoundsException - Workbook.write()

2023-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65916 r.naujack+...@quotas.de changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution

[Bug 65916] IndexOutOfBoundsException - Workbook.write()

2023-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65916 --- Comment #4 from r.naujack+...@quotas.de --- I had this problem in a sheet with a duplicate created row: final Row h1Row = sheet.createRow(2); final Row h2Row = sheet.createRow(2); It works with versions <= 4

[Bug 62429] Not Able to read 2016 MS-Excel file Containing TreeMap using InputStreamReader JAVA

2023-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62429 Bug 62429 depends on bug 66650, which changed state. Bug 66650 Summary: add chartEx schema to poi-ooxml-full https://bz.apache.org/bugzilla/show_bug.cgi?id=66650 What|Removed |Added

[Bug 66650] add chartEx schema to poi-ooxml-full

2023-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66650 PJ Fanning changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 66661] Issue with table formulas being modified by POI

2023-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=1 --- Comment #3 from PJ Fanning --- added r1910561 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr

[Bug 66663] org.springframework.web.util.NestedServletException handler dispatch failed Could not initialize class sun.awt.X11FontManager

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=3 --- Comment #3 from Shubham patil --- Appreciated, Thanks for the quick response. I have added Djava.awt.headless=true line and rerun my application but facing other issue. .. Now I am getting java.lang.UnsatisfiedLink Error usr/pkg/java

[Bug 66663] org.springframework.web.util.NestedServletException handler dispatch failed Could not initialize class sun.awt.X11FontManager

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=3 PJ Fanning changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 66663] org.springframework.web.util.NestedServletException handler dispatch failed Could not initialize class sun.awt.X11FontManager

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=3 --- Comment #1 from sfis...@gmail.com --- you might need to pass -Djava.awt.headless=true to the jvm launched inside the docker image -- You are receiving this mail because: You are the assignee for the bug

[Bug 66663] New: org.springframework.web.util.NestedServletException handler dispatch failed Could not initialize class sun.awt.X11FontManager

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=3 Bug ID: 3 Summary: org.springframework.web.util.NestedServletException handler dispatch failed Could not initialize class sun.awt.X11FontManager Product: POI

[Bug 47950] No case insensitivity handling for OLE2 entry names

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47950 --- Comment #12 from Tim Allison --- Ugh, ugh, ugh. Ross Johnson. Please forgive me. -- You are receiving this mail because: You are the assignee for the bug

[Bug 47950] No case insensitivity handling for OLE2 entry names

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47950 --- Comment #11 from Tim Allison --- I opened: https://github.com/apache/poi/pull/477 The one challenge is that we do rely on case sensitivity for "Book" vs "BOOK". We use the former as an indicator of the old excel fo

[Bug 66661] Issue with table formulas being modified by POI

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=1 --- Comment #2 from PJ Fanning --- Thanks ManiacTwister. We do need to make POI changes. PR 269 has got some problems. -- You are receiving this mail because: You are the assignee for the bug

[Bug 66661] Issue with table formulas being modified by POI

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=1 --- Comment #1 from ManiacTwister --- Thanks for your effort. I can confirm using the workaround `setCellFormulaValidation(false)` fixes the problem for my testcase as well as for my real use case. Let me know if i can help/test anything

[Bug 66661] New: Issue with table formulas being modified by POI

2023-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=1 Bug ID: 1 Summary: Issue with table formulas being modified by POI Product: POI Version: 5.2.3-FINAL Hardware: All OS: All Status: NEW Severity

[Bug 47950] No case insensitivity handling for OLE2 entry names

2023-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47950 --- Comment #10 from Tim Allison --- Ross Spencer recently raised an issue on Tika on this topic: https://issues.apache.org/jira/browse/TIKA-4091 I might take a look. -- You are receiving this mail because: You are the assignee for the bug

[Bug 66653] XDDFValueAxis setMajorUnit gets an exception on execution

2023-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66653 --- Comment #2 from PJ Fanning --- poi--oxml defaults to having a dependency on poi-ooxml-lite. poi-ooxml-lite is a subset of poi-ooxml-full. poi-ooxml-lite only has the most commonly used XMLBeans for POI. poi-ooxml-full is big so that's why

[Bug 66653] XDDFValueAxis setMajorUnit gets an exception on execution

2023-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66653 jrme...@comcast.net changed: What|Removed |Added Resolution|--- |INFORMATIONPROVIDED

[Bug 66653] XDDFValueAxis setMajorUnit gets an exception on execution

2023-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66653 jrme...@comcast.net changed: What|Removed |Added OS||All --- Comment #1 from jrme

[Bug 66653] New: XDDFValueAxis setMajorUnit gets an exception on execution

2023-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66653 Bug ID: 66653 Summary: XDDFValueAxis setMajorUnit gets an exception on execution Product: POI Version: unspecified Hardware: Macintosh Status: NEW

[Bug 66650] add chartEx schema to poi-ooxml-full

2023-06-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66650 --- Comment #1 from PJ Fanning --- added r1910433 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr

[Bug 66650] New: add chartEx schema to poi-ooxml-full

2023-06-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66650 Bug ID: 66650 Summary: add chartEx schema to poi-ooxml-full Product: POI Version: 5.2.3-FINAL Hardware: All OS: All Status: NEW Severity: normal

[Bug 66651] New: References to non existing named cells inside Formulas throws exception even with IF/ISERROR

2023-06-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66651 Bug ID: 66651 Summary: References to non existing named cells inside Formulas throws exception even with IF/ISERROR Product: POI Version: 5.2.3-FINAL Hardware: PC

[Bug 62429] Not Able to read 2016 MS-Excel file Containing TreeMap using InputStreamReader JAVA

2023-06-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62429 PJ Fanning changed: What|Removed |Added Depends on||66650 Referenced Bugs: https

[Bug 66650] add chartEx schema to poi-ooxml-full

2023-06-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66650 PJ Fanning changed: What|Removed |Added Blocks||62429 Referenced Bugs: https

[Bug 66644] Make Apache POI binaries reproducible

2023-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66644 --- Comment #2 from PJ Fanning --- I added r1910364 That is just the tip of the iceberg because we will now need to go through all the jars and see what happens after clean builds - if the jars are the same or if they are different and what

[Bug 66644] Make Apache POI binaries reproducible

2023-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66644 --- Comment #1 from PJ Fanning --- In Gradle, we have https://docs.gradle.org/current/userguide/working_with_files.html#sec:reproducible_archives Enabling the configs seems relatively easy. Then, we will need to see if the output jars

[Bug 66644] Make Apache POI binaries reproducible

2023-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66644 Dominik Stadler changed: What|Removed |Added OS||All Severity|normal

[Bug 66644] New: Make Apache POI binaries reproducible

2023-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66644 Bug ID: 66644 Summary: Make Apache POI binaries reproducible Product: POI Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 66629] Formula evaluator returns wrong result form sumif formula

2023-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66629 Dominik Stadler changed: What|Removed |Added OS||All -- You are receiving this mail

[Bug 66611] XSSFFormulaUtils::updateFormula omits column fixation when only used with column definitions

2023-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66611 Dominik Stadler changed: What|Removed |Added OS||All -- You are receiving this mail

[Bug 66632] Incorrect default char width in SheetUtil.getDefaultCharWidth()

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

[Bug 66632] Incorrect default char width in SheetUtil.getDefaultCharWidth()

2023-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66632 Dominik Stadler changed: What|Removed |Added Summary|Incorrect dafault char |Incorrect default char

[Bug 66632] Incorrect dafault char width

2023-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66632 Artem changed: What|Removed |Added Summary|Incorrect char width|Incorrect dafault char

[Bug 66632] New: Incorrect char width

2023-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66632 Bug ID: 66632 Summary: Incorrect char width Product: POI Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority

[Bug 66628] Read excel file with restricted access: no such entry: "EncryptionInfo", had: [EncryptedPackage,

2023-06-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66628 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from PJ Fanning

[Bug 66629] New: Formula evaluator returns wrong result form sumif formula

2023-06-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66629 Bug ID: 66629 Summary: Formula evaluator returns wrong result form sumif formula Product: POI Version: 5.2.2-FINAL Hardware: PC Status: NEW

[Bug 66628] New: Read excel file with restricted access: no such entry: "EncryptionInfo", had: [EncryptedPackage,

2023-06-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66628 Bug ID: 66628 Summary: Read excel file with restricted access: no such entry: "EncryptionInfo", had: [EncryptedPackage, Product: POI Version: 5.2.2-FINAL Ha

[Bug 66625] Unable to sign a docx file multiple times

2023-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66625 Rodrigo changed: What|Removed |Added CC||rcc.d...@gmail.com OS

[Bug 66625] New: Unable to sign a docx file multiple times

2023-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66625 Bug ID: 66625 Summary: Unable to sign a docx file multiple times Product: POI Version: 5.2.3-FINAL Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 66620] Heap dump when using SXSSF for large XLSX files containing RichTextStrings

2023-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66620 --- Comment #2 from PJ Fanning --- You could try poi-shared-strings - it has supports keeping the shared strings in a temp file to avoid the memory overhead. https://github.com/pjfanning/poi-shared-strings. SXSSF sample in https://github.com

[Bug 66620] Heap dump when using SXSSF for large XLSX files containing RichTextStrings

2023-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66620 --- Comment #1 from Tonny --- Comment on attachment 38567 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38567 Export of many RichTextStrings with font styles To Excel >package com.foo.export; > >import java.io.File

[Bug 66620] New: Heap dump when using SXSSF for large XLSX files containing RichTextStrings

2023-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66620 Bug ID: 66620 Summary: Heap dump when using SXSSF for large XLSX files containing RichTextStrings Product: POI Version: 5.2.3-FINAL Hardware: PC OS

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 --- Comment #4 from Emmanuel Bourg --- The fix is incomplete, according to the CFB specification the number of directory sectors must be set to zero for files using the format version 3 (with 512 byte sectors). I'll update the patch. -- You

[Bug 66614] The OFFSET function cannot handle cells after the 257th column

2023-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66614 PJ Fanning changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 66614] The OFFSET function cannot handle cells after the 257th column

2023-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66614 --- Comment #1 from PJ Fanning --- I added r1910049 and will see if this builds ok - I ran some of the tests but will let the CI build do the full check. -- You are receiving this mail because: You are the assignee for the bug

[Bug 66614] New: The OFFSET function cannot handle cells after the 257th column

2023-05-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66614 Bug ID: 66614 Summary: The OFFSET function cannot handle cells after the 257th column Product: POI Version: 5.2.3-FINAL Hardware: All OS: All

[Bug 66029] poi 5.0 generated xlsx file RUN TO EMAIL APPENDS .TXT TO OUTPUT

2023-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 Rakhi Barayanan changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution

[Bug 66029] poi 5.0 generated xlsx file RUN TO EMAIL APPENDS .TXT TO OUTPUT

2023-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #23 from Rakhi Barayanan --- Hi team, Could see STANDALONE="NO" IN XML BEHIND THE EXCEL OUTPUT FROM latest poi,this also causing corruption issues in the 3rd party applications when accessing the file. Is there a way

[Bug 66607] Slow method: XSSFSheet.isCellInArrayFormulaContext

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

[Bug 66612] Macrosheet not found in xslm sheets

2023-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 --- Comment #4 from 1u...@protonmail.com --- (In reply to PJ Fanning from comment #3) > I tested your xlsm file and this code seems to get the macrosheet part > > String relType = > "http://schemas.microsof

[Bug 66612] Macrosheet not found in xslm sheets

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 --- Comment #3 from PJ Fanning --- I tested your xlsm file and this code seems to get the macrosheet part String relType = "http://schemas.microsoft.com/office/2006/relationships/xlMacro

[Bug 66612] Macrosheet not found in xslm sheets

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 --- Comment #2 from PJ Fanning --- 1umos - is this you? https://stackoverflow.com/questions/76306947/how-to-get-xlm-macro-sheet-from-excel-with-apache-poi-xssfworkbook Seems similar but seems to suggest that you can get relationships

[Bug 66612] Macrosheet not found in xslm sheets

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this mail

[Bug 66612] Macrosheet not found in xslm sheets

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 --- Comment #1 from PJ Fanning --- Have you tried getRelationshipsByType("http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet;) - from a quick check of the POI code, getRelationshipsByType expects strings

[Bug 66612] New: Macrosheet not found in xslm sheets

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66612 Bug ID: 66612 Summary: Macrosheet not found in xslm sheets Product: POI Version: 5.2.3-FINAL Hardware: PC OS: All Status: NEW Severity: major

[Bug 66611] New: XSSFFormulaUtils::updateFormula omits column fixation when only used with column definitions

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66611 Bug ID: 66611 Summary: XSSFFormulaUtils::updateFormula omits column fixation when only used with column definitions Product: POI Version: 5.2.3-FINAL Hardware: PC

[Bug 66610] when invoke method XSSFWorkbook workbook = new XSSFWorkbook(File file) ,java.lang.OutOfMemoryError: Java heap space occurred

2023-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66610 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED OS

[Bug 66610] when invoke method XSSFWorkbook workbook = new XSSFWorkbook(File file) ,java.lang.OutOfMemoryError: Java heap space occurred

2023-05-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66610 --- Comment #1 from younger --- Created attachment 38564 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38564=edit The excel file mentioned above -- You are receiving this mail because: You are the assignee for the

[Bug 66610] New: when invoke method XSSFWorkbook workbook = new XSSFWorkbook(File file) ,java.lang.OutOfMemoryError: Java heap space occurred

2023-05-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66610 Bug ID: 66610 Summary: when invoke method XSSFWorkbook workbook = new XSSFWorkbook(File file) ,java.lang.OutOfMemoryError: Java heap space occurred Product: POI

[Bug 66607] Slow method: XSSFSheet.isCellInArrayFormulaContext

2023-05-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66607 --- Comment #2 from Henning Rohlfs --- The rest is not that important anyway. Those changes will already help a lot. Thanks! -- You are receiving this mail because: You are the assignee for the bug

[Bug 66607] Slow method: XSSFSheet.isCellInArrayFormulaContext

2023-05-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66607 --- Comment #1 from PJ Fanning --- Thanks - I've added r1909934. I will look at adding the rest of the PR changes later. -- You are receiving this mail because: You are the assignee for the bug

[Bug 66607] Slow method: XSSFSheet.isCellInArrayFormulaContext

2023-05-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66607 Henning Rohlfs changed: What|Removed |Added URL||https://github.com/apache/p

[Bug 66607] New: Slow method: XSSFSheet.isCellInArrayFormulaContext

2023-05-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66607 Bug ID: 66607 Summary: Slow method: XSSFSheet.isCellInArrayFormulaContext Product: POI Version: 5.2.3-FINAL Hardware: PC OS: Linux Status: NEW Severity

[Bug 66598] IndexOutOfBoundsException when saving a XSSF document after overwriting a row multiple times

2023-05-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66598 Dominik Stadler changed: What|Removed |Added OS||All Status|NEW

[Bug 66598] New: IndexOutOfBoundsException when saving a XSSF document after overwriting a row multiple times

2023-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66598 Bug ID: 66598 Summary: IndexOutOfBoundsException when saving a XSSF document after overwriting a row multiple times Product: POI Version: 5.2.3-FINAL Hardware: PC

[Bug 66586] unable to convert file to CSV using ConvertExcelToCSVProcessor

2023-05-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66586 --- Comment #5 from Nabeel Raza --- Hi Team, Thanks for commenting. I connected with Cloudera and they are working on it for the fix in the latest version of CDP. Thanks. I totally understand that there should be a limit

[Bug 66586] unable to convert file to CSV using ConvertExcelToCSVProcessor

2023-05-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66586 Dominik Stadler changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEEDINFO

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 Dominik Stadler changed: What|Removed |Added Severity|normal |enhancement -- You are receiving

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 Sebastian Stamm changed: What|Removed |Added CC|s.stam...@gmail.com | -- You are receiving this mail

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 Sebastian Stamm changed: What|Removed |Added CC||s.stam...@gmail.com -- You

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 Emmanuel Bourg changed: What|Removed |Added Keywords||PatchAvailable Status

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 --- Comment #2 from Nick Burch --- The code to work with the file header is: https://github.com/apache/poi/blob/trunk/poi/src/main/java/org/apache/poi/poifs/storage/HeaderBlock.java And the offsets are defined in: https://github.com/apache/poi

[Bug 66514] remove poi-bin zip/tgz from the build

2023-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66514 PJ Fanning changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this mail

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 --- Comment #1 from PJ Fanning --- POI does not have explicit support for MSI files. There are no tests that I can find in our code base for MSI files. I don't see any mention of MSI in our docs. If you would like to work on adding some MSI

[Bug 66590] New: Number of blocks used by the property table missing from the file header

2023-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 Bug ID: 66590 Summary: Number of blocks used by the property table missing from the file header Product: POI Version: 5.2.3-FINAL Hardware: All OS: All

[Bug 66586] unable to convert file to CSV using ConvertExcelToCSVProcessor

2023-05-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66586 --- Comment #3 from PJ Fanning --- You would be best off to talk to NiFi users about how to set the POI IOUtils setByteArrayMaxOverride value. -- You are receiving this mail because: You are the assignee for the bug

[Bug 66586] unable to convert file to CSV using ConvertExcelToCSVProcessor

2023-05-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66586 --- Comment #2 from Nabeel Raza --- Hi Pj - thanks for commenting. I am using Apache Nifi in CDP Public Cloud and I am facing this exception in ConvertExcelToCSVProcessor (v: 1.18.0.2.2.6.0-260) -- You are receiving this mail because: You

[Bug 66586] unable to convert file to CSV using ConvertExcelToCSVProcessor

2023-05-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66586 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this mail

[Bug 66586] unable to convert file to CSV using ConvertExcelToCSVProcessor

2023-05-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66586 --- Comment #1 from PJ Fanning --- Have you tried this bit in the exception message - 'consider setting a higher override value with IOUtils.setByteArrayMaxOverride()'? The point of the 'If the file is not corrupt or large, please open

[Bug 66586] New: unable to convert file to CSV using ConvertExcelToCSVProcessor

2023-05-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66586 Bug ID: 66586 Summary: unable to convert file to CSV using ConvertExcelToCSVProcessor Product: POI Version: unspecified Hardware: Other OS: Linux

[Bug 66584] ZipPackage can fail to handle excepions.

2023-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66584 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED OS

[Bug 66584] New: ZipPackage can fail to handle excepions.

2023-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66584 Bug ID: 66584 Summary: ZipPackage can fail to handle excepions. Product: POI Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 66576] Throw exceptions are inconsistent when file with wrong formats are encountered

2023-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66576 Dominik Stadler changed: What|Removed |Added OS||All Summary

[Bug 66576] New: It is difficult to handle files with wrong formats

2023-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66576 Bug ID: 66576 Summary: It is difficult to handle files with wrong formats Product: POI Version: unspecified Hardware: PC Status: NEW Severity: normal

[Bug 66568] Incorrect font color chosen from master slide when font color is unspecified.

2023-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66568 Evan changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this mail because

[Bug 66568] Incorrect font color chosen from master slide when font color is unspecified.

2023-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66568 --- Comment #2 from Evan --- Created attachment 38544 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38544=edit example issue My bad! Not sure why it didn't attach originally. -- You are receiving this mail because:

[Bug 66568] Incorrect font color chosen from master slide when font color is unspecified.

2023-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66568 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO OS

[Bug 66565] NumCache - Do not load last data version on chart

2023-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66565 PJ Fanning changed: What|Removed |Added Resolution|--- |INFORMATIONPROVIDED Status

[Bug 66568] New: Incorrect font color chosen from master slide when font color is unspecified.

2023-04-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66568 Bug ID: 66568 Summary: Incorrect font color chosen from master slide when font color is unspecified. Product: POI Version: 5.2.3-FINAL Hardware: Macintosh

[Bug 66565] NumCache - Do not load last data version on chart

2023-04-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66565 --- Comment #1 from PJ Fanning --- * POI 4 is no longer supported * the code in poi-ooxml-lite (the replacement for poi-ooxml-schemas in POI 5) is generated and I don't think we should hack the code in XMLBeans (the tool that generates

[Bug 66565] NumCache - Do not load last data version on chart

2023-04-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66565 Damien Cuvillier changed: What|Removed |Added CC||damien.cuvill...@gotan.io -- You

[Bug 66565] New: NumCache - Do not load last data version on chart

2023-04-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66565 Bug ID: 66565 Summary: NumCache - Do not load last data version on chart Product: POI Version: unspecified Hardware: PC OS: Mac OS X 10.1 Status: NEW

[Bug 57699] Support Strict OOXML files

2023-04-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57699 --- Comment #30 from Sachin --- Hi PJ Fanning in perticular do i need to use this link https://github.com/pjfanning/excel-streaming-reader-sample/blob/main/src/main/java/com/github/pjfanning/poi/sample/StreamingRead.java please tell me

[Bug 57699] Support Strict OOXML files

2023-04-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57699 --- Comment #29 from PJ Fanning --- https://github.com/pjfanning/excel-streaming-reader supports OOXML strict format files. -- You are receiving this mail because: You are the assignee for the bug

[Bug 57699] Support Strict OOXML files

2023-04-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57699 --- Comment #28 from Sachin --- Hi Asbjørn S. if you know which one to use can you pls help. -- You are receiving this mail because: You are the assignee for the bug

[Bug 57699] Support Strict OOXML files

2023-04-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57699 --- Comment #27 from Sachin --- Hi @PJ Fanning i am getting Strict OOXML isn't currently supported error for line in my code 'Workbook wb = WorkbookFactory.create(inputStream)' i want to get rid of this. You said ur codde is doing this but i

[Bug 63580] Fix texture paint handling

2023-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63580 Daniel Alonzo Diaz changed: What|Removed |Added CC||danuelalonso.d...@gmail.com

[Bug 66532] [PATCH] Improve performance of SheetDataWriter

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

[Bug 66532] [PATCH] Improve performance of SheetDataWriter

2023-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66532 --- Comment #4 from Matthias Raschhofer --- Thank you for your comments. I'm happy to use git, however I thought it was readonly and I should provide patches here. I opened a pull request in git (https://github.com/apache/poi/pull/443). I

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