[Bug 67396] Excel getting corrupted in poi 5.0.0 because of standalone = no

2023-11-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67396 --- Comment #20 from Rakhi Barayanan --- I have done this manually and the output file worked.My concern is if i do it like this,it will be again an additional read and write,is there a way to modify the xml on the fly.Before writing it as xlsx

Build failed in Jenkins: POI » POI-DSL-1.21 #68

2023-11-20 Thread Apache Jenkins Server
See Changes: [Dominik Stadler] Jenkins DSL: Capture artefacts for checksums and .pom as well -- [...truncated 4.21 MB...] org.apache.poi.stress.TestAllFiles

Re: [PR] Bump net.bytebuddy:byte-buddy-agent from 1.14.9 to 1.14.10 [poi]

2023-11-20 Thread via GitHub
dependabot[bot] commented on PR #551: URL: https://github.com/apache/poi/pull/551#issuecomment-1819657238 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me kn

Re: [PR] Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 [poi]

2023-11-20 Thread via GitHub
dependabot[bot] commented on PR #550: URL: https://github.com/apache/poi/pull/550#issuecomment-1819657219 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me kn

Re: [PR] Bump log4jVersion from 2.21.1 to 2.22.0 [poi]

2023-11-20 Thread via GitHub
dependabot[bot] commented on PR #549: URL: https://github.com/apache/poi/pull/549#issuecomment-1819657196 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by addin

Re: [PR] Bump net.bytebuddy:byte-buddy-agent from 1.14.9 to 1.14.10 [poi]

2023-11-20 Thread via GitHub
asfgit closed pull request #551: Bump net.bytebuddy:byte-buddy-agent from 1.14.9 to 1.14.10 URL: https://github.com/apache/poi/pull/551 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [PR] Bump log4jVersion from 2.21.1 to 2.22.0 [poi]

2023-11-20 Thread via GitHub
asfgit closed pull request #549: Bump log4jVersion from 2.21.1 to 2.22.0 URL: https://github.com/apache/poi/pull/549 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [PR] Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 [poi]

2023-11-20 Thread via GitHub
asfgit closed pull request #550: Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 URL: https://github.com/apache/poi/pull/550 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [VOTE] Release Apache POI 5.2.5 (RC1)

2023-11-20 Thread Tim Allison
+1 Confirmed digests, built locally and integrated into a local build of Apache Tika's main branch. Ran regression tests earlier and found improvements on items identified in 5.2.4. Thank you, PJ, Dominik and team! On Sun, Nov 19, 2023 at 3:30 PM Dominik Stadler wrote: > Hi, > > Verified conte

[Bug 68183] New: SXSSFWorkbook should dispose of temporary files when close() is called

2023-11-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68183 Bug ID: 68183 Summary: SXSSFWorkbook should dispose of temporary files when close() is called Product: POI Version: 5.3.x-dev Hardware: PC OS: Linux

Re: [PR] Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 [poi]

2023-11-20 Thread Kamal Chandrashekar
Hey friends do the testing ma please first please understand the requirements from friends. lets have a cleanup iam OOO. On Mon, Nov 20, 2023, 8:12 PM dependabot[bot] (via GitHub) wrote: > > dependabot[bot] opened a new pull request, #550: > URL: https://github.com/apache/poi/pull/550 > >Bu

[PR] Bump net.bytebuddy:byte-buddy-agent from 1.14.9 to 1.14.10 [poi]

2023-11-20 Thread via GitHub
dependabot[bot] opened a new pull request, #551: URL: https://github.com/apache/poi/pull/551 Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.14.9 to 1.14.10. Changelog Sourced from https://github.com/raphw/byte-buddy/blob/master/release-notes.md";

[PR] Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 [poi]

2023-11-20 Thread via GitHub
dependabot[bot] opened a new pull request, #550: URL: https://github.com/apache/poi/pull/550 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.9 to 1.14.10. Changelog Sourced from https://github.com/raphw/byte-buddy/blob/master/release-notes.md";>net.b

[PR] Bump log4jVersion from 2.21.1 to 2.22.0 [poi]

2023-11-20 Thread via GitHub
dependabot[bot] opened a new pull request, #549: URL: https://github.com/apache/poi/pull/549 Bumps `log4jVersion` from 2.21.1 to 2.22.0. Updates `org.apache.logging.log4j:log4j-core` from 2.21.1 to 2.22.0 Updates `org.apache.logging.log4j:log4j-api` from 2.21.1 to 2.22.0 Upda

[Bug 67396] Excel getting corrupted in poi 5.0.0 because of standalone = no

2023-11-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67396 --- Comment #19 from PJ Fanning --- One thing that you could try is writing your code to open an xlsx file and to modify the XML files yourself. Xlsx files are in zip format. If the file is not password protected, you can use commons-compress l

[Bug 68094] In 5.2.4 After called autoSizeColumn function, the returned column width is smaller than in 5.2.3, which makes the columns to be cut off

2023-11-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68094 Coco Dai changed: What|Removed |Added Attachment #39351|0 |1 is obsolete|

[Bug 68094] In 5.2.4 After called autoSizeColumn function, the returned column width is smaller than in 5.2.3, which makes the columns to be cut off

2023-11-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68094 --- Comment #5 from Coco Dai --- The file generated with 5.2.5 still have column content be cut off a little bit.see attachment -- You are receiving this mail because: You are the assignee for the bug.

[Bug 68094] In 5.2.4 After called autoSizeColumn function, the returned column width is smaller than in 5.2.3, which makes the columns to be cut off

2023-11-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68094 --- Comment #4 from Coco Dai --- Created attachment 39388 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39388&action=edit File auto changed the column size with 5.2.5 -- You are receiving this mail because: You are the assignee for t