[Bug 68985] Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68985 --- Comment #9 from J English --- Your recommended solution worked! Thanks again for all your help guys -- You are receiving this mail because: You are the assignee for the bug.

Build failed in Jenkins: POI » POI-DSL-1.8 #1072

2024-05-08 Thread Apache Jenkins Server
See Changes: -- [...truncated 24.60 KB...] at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616) at

[Bug 68987] support allowStoredEntriesWithDataDescriptor=true when reading zip data

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68987 --- Comment #1 from PJ Fanning --- I added r1917587 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 68987] New: support allowStoredEntriesWithDataDescriptor=true when reading zip data

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68987 Bug ID: 68987 Summary: support allowStoredEntriesWithDataDescriptor=true when reading zip data Product: POI Version: 5.2.3-FINAL Hardware: All OS: All

[Bug 68985] Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68985 --- Comment #8 from J English --- Yes, the reason is that we import data from a csv file, which stores the data as comma-delimited String values; thus, when we import the data, all values are imported as a Strings and I use POI to populate the

[Bug 68985] Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68985 --- Comment #7 from sfis...@gmail.com --- honestly, the real solution is coerce the values going into the cells to double, that way the underlying framework does not change the cell type to string. from reading the javadoc of the various

[Bug 68985] Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68985 --- Comment #6 from J English --- PJ, my bad I forgot to answer your original question. Yes, I did try re-ordering the code by setting the cell type after the cell value, but it displayed the following data in the excel file, which seemed

[Bug 68985] Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68985 PJ Fanning changed: What|Removed |Added Resolution|--- |INFORMATIONPROVIDED

[Bug 68985] Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68985 --- Comment #4 from J English --- Thank you both for your inputs. Yes, there are no formulas included the code because I have a customer that wants to add their own custom formulas to the spreadsheet after the file has generated. Also, the

[Bug 68985] Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68985 --- Comment #3 from PJ Fanning --- *** Bug 68974 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 68974] Unable to edit cell type on excel file that was generated via Apache Poi API

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68974 PJ Fanning changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 68985] Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68985 --- Comment #2 from Nick Burch --- I can't see any formula setting in your code If you set a formula with POI and we don't evaluate it properly, that's our bug (or possibly one of our limitations) If you open a file in Excel, it looks fine,

Re: [Bug 68985] New: Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread stanton fisque
this does not appear to be a bug. reading the javadoc for Cell.setCellValue( String ) value - value to set the cell to. For formulas, we'll set the formula string, for String cells we'll set its value. For other types, we will change the cell to a string cell and set its value. If value is

[Bug 68985] Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68985 PJ Fanning changed: What|Removed |Added OS||All Status|NEW

[Bug 68985] New: Unable to edit cell type on excel file that was generated via Apache Poi API (edit)

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68985 Bug ID: 68985 Summary: Unable to edit cell type on excel file that was generated via Apache Poi API (edit) Product: POI Version: unspecified Hardware: PC

[Bug 68983] POI can't create poifiles sub dir if temp dir is a symlink

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68983 --- Comment #2 from PJ Fanning --- I added back one check that was removed in the previous patch to the DefaultTempFileCreationStrategy. r1917583 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 68983] POI can't create poifiles sub dir if temp dir is a symlink

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68983 Matafagafo changed: What|Removed |Added CC||matafag...@yahoo.com -- You are

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

2024-05-08 Thread via GitHub
dependabot[bot] commented on PR #633: URL: https://github.com/apache/poi/pull/633#issuecomment-2101059799 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

Re: [PR] Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.15 [poi]

2024-05-08 Thread via GitHub
dependabot[bot] commented on PR #632: URL: https://github.com/apache/poi/pull/632#issuecomment-2101059779 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

Re: [PR] Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.15 [poi]

2024-05-08 Thread via GitHub
asfgit closed pull request #632: Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.15 URL: https://github.com/apache/poi/pull/632 -- 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

Re: [PR] Bump com.google.guava:guava from 32.1.1-jre to 33.2.0-jre [poi]

2024-05-08 Thread via GitHub
dependabot[bot] commented on PR #630: URL: https://github.com/apache/poi/pull/630#issuecomment-2101059754 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

Re: [PR] Bump com.github.spotbugs from 5.2.1 to 6.0.14 [poi]

2024-05-08 Thread via GitHub
dependabot[bot] commented on PR #631: URL: https://github.com/apache/poi/pull/631#issuecomment-2101059750 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

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

2024-05-08 Thread via GitHub
asfgit closed pull request #633: Bump net.bytebuddy:byte-buddy-agent from 1.14.12 to 1.14.15 URL: https://github.com/apache/poi/pull/633 -- 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

Re: [PR] Bump com.google.guava:guava from 32.1.1-jre to 33.2.0-jre [poi]

2024-05-08 Thread via GitHub
asfgit closed pull request #630: Bump com.google.guava:guava from 32.1.1-jre to 33.2.0-jre URL: https://github.com/apache/poi/pull/630 -- 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

Re: [PR] Bump com.github.spotbugs from 5.2.1 to 6.0.14 [poi]

2024-05-08 Thread via GitHub
asfgit closed pull request #631: Bump com.github.spotbugs from 5.2.1 to 6.0.14 URL: https://github.com/apache/poi/pull/631 -- 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

[Bug 68983] POI can't create poifiles sub dir if temp dir is a symlink

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68983 --- Comment #1 from PJ Fanning --- You can register your own TempFileCreationStrategy. https://github.com/apache/poi/blob/c960ee60709a4059796a13eec3b383ea4363f4fc/poi/src/main/java/org/apache/poi/util/TempFile.java#L44 I would be against

[PR] Bump net.bytebuddy:byte-buddy-agent from 1.14.12 to 1.14.15 [poi]

2024-05-08 Thread via GitHub
dependabot[bot] opened a new pull request, #633: URL: https://github.com/apache/poi/pull/633 Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.14.12 to 1.14.15. Release notes Sourced from

[PR] Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.15 [poi]

2024-05-08 Thread via GitHub
dependabot[bot] opened a new pull request, #632: URL: https://github.com/apache/poi/pull/632 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.12 to 1.14.15. Release notes Sourced from

[Bug 68983] POI can't create poifiles sub dir if temp dir is a symlink

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68983 Dominik Stadler changed: What|Removed |Added Severity|critical|regression -- You are receiving

[Bug 66397] [PATCH] fix doc of createTempFile in TempFile and replace synchronized with ReentrantLock

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66397 --- Comment #4 from Jürgen Zeller --- This patch introduced the bug described in https://bz.apache.org/bugzilla/show_bug.cgi?id=68983, Files.createDirectories() does not work with sym links, see 68983 for details. -- You are receiving this

[Bug 68983] New: POI can't create poifiles sub dir if temp dir is a symlink

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68983 Bug ID: 68983 Summary: POI can't create poifiles sub dir if temp dir is a symlink Product: POI Version: unspecified Hardware: PC OS: Linux