https://bugs.documentfoundation.org/show_bug.cgi?id=97802
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Eike Rathke <[email protected]> --- This is a hairy mess.. The range selector was supposed to not support anything but cell range references, where the list separator used is the function parameter separator, so whether it's ',' or ';' depends on configuration. Later in 2012 an import of static literal category labels from .xlsx was added, but only half i.e. it does not work through the UI nor in any of the data sequences obtaining code. Additionally, that check whether content/input is valid accepts any badly formed string, not only string literals. Even worse, the check is valid in any of the reference input fields, not just categories. Worse yet, the interface used by Chart is part of the public API so simply changing it for just the categories case isn't possible but probably would need an optional additional API. -- You are receiving this mail because: You are the assignee for the bug.
