[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2023-11-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

--- Comment #23 from Dennis Roczek  ---
still repro with

Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 60(Build:1)
CPU threads: 4; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Ubuntu package version: 4:7.6.2~rc1-0ubuntu0.22.04.1~lo1
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2023-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

--- Comment #22 from QA Administrators  ---
Dear wolney,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2021-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

Kevin Suo  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=96
   ||401

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2021-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

Kevin Suo  changed:

   What|Removed |Added

 CC||patrice.march...@sbaa.fr

--- Comment #21 from Kevin Suo  ---
*** Bug 131575 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2021-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

--- Comment #20 from Kevin Suo  ---
The easiest way to detect whether the filename path separator is "\" or "/",
under linux, is:

For a invalid zip file:

$ zipinfo ./Planilha.xlsx 
Archive:  ./Planilha.xlsx
Zip file size: 37348 bytes, number of entries: 6
-rw 2.0 fat  716 b- defN 14-Mar-12 16:55 [Content_Types].xml
-rw 2.0 fat  312 b- defN 14-Mar-12 16:55 _rels\.rels
-rw 2.0 fat  448 b- defN 14-Mar-12 16:55 xl\_rels\workbook.xml.rels
-rw 2.0 fat 6792 b- defN 14-Mar-12 16:55 xl\styles.xml
-rw 2.0 fat  289 b- defN 14-Mar-12 16:55 xl\workbook.xml
-rw 2.0 fat   327284 b- defN 14-Mar-12 16:55 xl\sheet1.xml
6 files, 335841 bytes uncompressed, 36676 bytes compressed:  89.1%

And For a "valid" zip file, it would be:

$ zipinfo ./LibreOffice_writer.xlsx 
Archive:  ./LibreOffice_writer.xlsx
Zip file size: 4978 bytes, number of entries: 9
-rw 5.1 fat  bx defN 16-Mar-14 10:42 [Content_Types].xml
-rw 5.1 fat  386 bx defN 16-Mar-14 10:42 docProps/app.xml
-rw 5.1 fat  588 bx defN 16-Mar-14 10:42 docProps/core.xml
-rw 5.1 fat  288 bx defN 16-Mar-14 10:42 xl/sharedStrings.xml
-rw 5.1 fat 4971 bx defN 16-Mar-14 10:42 xl/styles.xml
-rw 5.1 fat  883 bx defN 16-Mar-14 10:42 xl/workbook.xml
-rw 5.1 fat 2198 bx defN 16-Mar-14 10:42 xl/worksheets/sheet1.xml
-rw 5.1 fat  549 bx defN 16-Mar-14 10:42 xl/_rels/workbook.xml.rels
-rw 5.1 fat  571 bx defN 16-Mar-14 10:42 _rels/.rels
9 files, 11545 bytes uncompressed, 3590 bytes compressed:  68.9%

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

--- Comment #19 from Kevin Suo  ---
Well, I debugged and find that the test file reported in bug 143958 raised 
"ZipException: PK64 zip file entry
/home/suokunlong/lo/source/core/package/source/zipapi/ZipFile.cxx:950"

In ZipPackage::initialize
https://opengrok.libreoffice.org/xref/core/package/source/zippackage/ZipPackage.cxx?r=d0a8d4a9#779

Thus bug 143958 should not be marked as a duplicate of this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

--- Comment #18 from Kevin Suo  ---
One question is, how can we know whether the FILEOPEN failing is due to that
the xlsx file is using "\" as separator, or due to other issues?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

Kevin Suo  changed:

   What|Removed |Added

Summary|FILEOPEN: Calc can't read   |FILEOPEN: Calc can't read
   |generated XLSX without  |XLSX generated by certain
   |docProps folder - opens if  |software using backslash
   |extracted and rezipped  |"\" as file name separator

-- 
You are receiving this mail because:
You are the assignee for the bug.