Description: When the attached file gets opened in LO there are some missing columns and lines. It is probably caused by the remote file that could not be loaded. Steps to Reproduce: 1. Open the attached file in LO and MSO 2. Notice the differences. Actual Results: In LO the pivot has less columns and lines. Expected Results: It should keep the same amount of lines. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 148011 [details] Screenshot of the original document side by side in Excel and Calc.
Created attachment 148012 [details] The original document.
The second attachment is also a screenshot
Please attach test file. Thanks
Created attachment 148126 [details] This is the original spreadsheet.
Confirmed with LO 6.3.0.0.alpha0+ (4f810905fa74128871f2fe924a3d28a79f4e4261), 6.0.0.3 / Windows 7. However, it looks complete in 5.4.0.3. => regression
Bibisected to the following commit using repo bibisect-win32-6.3. https://cgit.freedesktop.org/libreoffice/core/commit/?id=9fa34e9f2cebe2cfc551668f2a67ddcb799d3fb8 author Tamás Zolnai <tamas.zolnai@collabora.com> 2017-10-05 15:13:46 +0200 committer Tamás Zolnai <tamas.zolnai@collabora.com> 2017-10-05 17:55:18 +0200 tdf#112893: Pivot table: filtering of error item is not imported
Dear NISZ LibreOffice Team, 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://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still a problem in: Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 2fb274950e5207ca55f4f52325fb522bd44024e1 CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: en-US Calc: CL
The key issue here is - maValue <<= static_cast< sal_Int32 >( rUnitConverter.calcBiffErrorCode( rAttribs.getXString( XML_v, OUString() ) ) ); + maValue <<= rAttribs.getXString( XML_v, OUString() ); where maValue used to be '*' (aka 42), but now it is "#N/A"
proposed fix at http://gerrit.libreoffice.org/c/core/+/130714
Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6961f6732954742415413fa53bdeebd1b03d9ec5 tdf#122471 xlsx import: pivottable error OUString, not uInt8 It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/789fbf732ad6db002fd83b307385940c392cc457 tdf#122471 xlsx import: pivottable error OUString, not uInt8 It will be available in 7.3.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.