[Bug 65245] New: In Excel97-2003(xls), [¥300] is incorrectly output as [$300]

2021-04-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65245 Bug ID: 65245 Summary: In Excel97-2003(xls), [¥300] is incorrectly output as [$300] Product: POI Version: 5.0.0-FINAL Hardware: PC Status: NEW Sever

Build failed in Jenkins: POI » POI-DSL-Windows-1.8 #180

2021-04-15 Thread Apache Jenkins Server
See Changes: -- [...truncated 320.88 KB...] at sun.nio.cs.StreamDecoder.read(Unknown Source) at java.io.InputStreamReader.read(Unknown Source) at

[GitHub] [poi] pjfanning commented on pull request #234: Ensure the hours position is correct after string replacements and perform y to yy conversion in the part handler

2021-04-15 Thread GitBox
pjfanning commented on pull request #234: URL: https://github.com/apache/poi/pull/234#issuecomment-820804308 Thanks - merged with https://github.com/apache/poi/commit/e7a2df7dda2458b78a4d5495703289d3ec31c69f -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [poi] asfgit closed pull request #234: Ensure the hours position is correct after string replacements and perform y to yy conversion in the part handler

2021-04-15 Thread GitBox
asfgit closed pull request #234: URL: https://github.com/apache/poi/pull/234 -- 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. For queries about this service, please contac

[GitHub] [poi] pjfanning commented on a change in pull request #234: Ensure the hours position is correct after string replacements and perform y to yy conversion in the part handler

2021-04-15 Thread GitBox
pjfanning commented on a change in pull request #234: URL: https://github.com/apache/poi/pull/234#discussion_r614419892 ## File path: poi/src/main/java/org/apache/poi/ss/format/CellDateFormatter.java ## @@ -96,6 +96,10 @@ public String handlePart(Matcher m, String part, CellFo

Re: Javadocs clean-up / remove @author tags

2021-04-15 Thread Yegor Kozlov
+1 POI is a community project and we don't need to tag our code with @author Quite a bit of those contains my name and it was a setting in my IDE back then to automatically insert the @author tag in new files. Yegor ср, 14 апр. 2021 г., 23:46 Andreas Beeker : > Hi Devs, > > I'll soon commit a