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

2023-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 Rakhi Barayanan changed: What|Removed |Added Priority|P2 |P1 -- You are receiving this mail

[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

[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 to remove

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

2023-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #22 from shashidhar --- We resoled the issue temporarely by replacing the excel sheet generation class from SXSSFWorkbook to XSSFWorkbook. -- You are receiving this mail because: You are the assignee for the bug.

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

2023-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #21 from shashidhar --- (In reply to shashidhar from comment #20) > Hi, We have implemented excel export and triggering emails with excel file > as an attachement 4 years back by using POI3 libs. After we switch from POI > 3 to POI

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

2023-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #20 from shashidhar --- Hi, We have implemented excel export and triggering emails with excel file as an attachement 4 years back by using POI3 libs. After we switch from POI 3 to POI 5 we have start noticing issue with attached

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

2023-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 Dominik Stadler changed: What|Removed |Added Resolution|--- |WORKSFORME

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

2023-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 shashidhar changed: What|Removed |Added Resolution|WONTFIX |--- Status|RESOLVED

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

2022-05-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 Axel Howind changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

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

2022-05-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #16 from Axel Howind --- The result of analysis is that this is not a bug in POI. The files you attached are both valid Excel files and can both be opened without problems using original MS Excel. You have yourself hinted at the

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

2022-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #15 from Nick Burch --- We still cannot reproduce your problem without any code. We still remain entirely volunteers Without some code showing the problem (ideally as a small, self contained, failing junit unit test case), or some

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

2022-05-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #14 from Rakhi Barayanan --- Shall we get an update for this. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

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

2022-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #13 from Rakhi Barayanan --- Hi All, There is a Bug 59747 - xlsx file does not conform to bit patterns used by common file type detection software(https://bz.apache.org/bugzilla/show_bug.cgi?id=59747) checked in to POI 4.0.0 .

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

2022-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #12 from Axel Howind --- As I understand this, the problem is that the files generated with POI 5 are displayed as "Binary" instead of "Excel Spreadsheet" in your inhouse application. Since Excel does not expose this problem (I can

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

2022-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 Dominik Stadler changed: What|Removed |Added Severity|blocker |regression Priority|P1

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

2022-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #11 from Rakhi Barayanan --- Thanks for looking into this. Unfortunately I may not be able to post the code here ,its against the organisation policy. My application code is same while working with POI 3.17 and POI 5.0. But for

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #10 from Axel Howind --- Without seeing any code, there is no way anyone can reproduce this. To me it seems rather to be a problem with the program that sends the email and not with POI. Also you should NEVER send excel files

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #9 from Rakhi Barayanan --- Hi Nick, Please ignore about Run to email,my doubt is the code worked well and genreated proper xlsx earlier in 3.17 and in poi 5.0 even if we see the generated file is xlsx,if you are trying to share

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #8 from Nick Burch --- Without any code, there's very little we're going to be able to do to help you. "RUN TO EMAIL APPENDS" is not a built in bit of Apache POI code If you can share some code, someone here may have some time to

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #7 from Rakhi Barayanan --- Created attachment 38262 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38262=edit Format of both files during sharing -- You are receiving this mail because: You are the assignee for the bug.

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #6 from Rakhi Barayanan --- Created attachment 38261 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38261=edit POI 3.17 -- You are receiving this mail because: You are the assignee for the bug.

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #5 from Rakhi Barayanan --- Created attachment 38260 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38260=edit With poi 5.0 -- You are receiving this mail because: You are the assignee for the bug.

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #4 from Rakhi Barayanan --- Thanks for the suggestion.We will try this. One more observation we have is with latest poi that poi 5.0 ,even if we see output as type .xlsx,it is generating in binary format.I am attaching the both poi

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #3 from Andreas Beeker --- Of course POI doesn't change the filename, so it is something else. My guess is, you receive an error when generating the file and the .xlsx.txt is not a valid file. Please check your dependencies and use

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 --- Comment #2 from Rakhi Barayanan --- Same code work fine for poi 3.17.Issue is with poi 5.0. Is there anyone who have faced this before or do we have a similar bug. -- You are receiving this mail because: You are the assignee for the

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from PJ Fanning

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

2022-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66029 Rakhi Barayanan changed: What|Removed |Added OS||All Priority|P2