https://bugs.documentfoundation.org/show_bug.cgi?id=94669

--- Comment #1 from Richard Neill <[email protected]> ---
One place where this can cause really serious errors is when we have a table
such as this

Name_a   value_a   const   formula_1   formula_2   formula_3
Name_b   value_b   const   formula_1   formula_2   formula_3
Name_c   value_c   const   formula_1   formula_2   formula_3


In other words, name and value are data entered by the user, while const
might be a figure such as salary-overhead, which is usually (but not always)
fixed at 25%.

I then add a 4th row, entering 

Name_d    value_d

and then I  select  [[ const  formula_1   formula_2   formula_3 ]]  

and use use autofill to drag it down.

What I then  get is a 4th row:

Name_d    value_d   const+1  formula_1   formula_2   formula_3


Note that the "const" has been automagically "corrupted" to const+1 which I
almost certainly didn't intend, and most likely failed to notice.


In general, this is the kind of issue which I would be very happy to pay a bug
bounty to get fixed...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to