https://bugs.documentfoundation.org/show_bug.cgi?id=157897
Bug ID: 157897
Summary: Calc: linked files adding print ranges with each
update
Product: LibreOffice
Version: 7.5.7.1 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
Calc is ADDING print ranges from linked files to the existing print range,
instead of replacing the current print range. This is causing duplications of
the print range.
Steps to Reproduce:
If you have two spreadsheets- A and B, and A has a manually-selected print
range (instead of the default of "entire-sheet"), and spreadsheet B contains a
file link to A.... Each time document B is updated, it will copy in and *ADD*
A's print range to the B document. It should not do that. It ends up creating
repeating print ranges, resulting in printing multiple copies of the same
sheet.
In the above example, if A has a print range of:
$A$1:$L$55
Then after one update of B, B's print range will contain:
$A$1:$L$55,$A$1:$L$55
If the user then saves the B document, it becomes a permanent part of B. And
the next time B is opened and updated, it will add yet another another like
this:
$A$1:$L$55,$A$1:$L$55,$A$1:$L$55
Actual Results:
Duplicated print range
Expected Results:
Non-duplicated print range
Reproducible: Always
User Profile Reset: No
Additional Info:
See also: Bug 51022 which might be related?
--
You are receiving this mail because:
You are the assignee for the bug.