https://bugs.documentfoundation.org/show_bug.cgi?id=139318
Heiko Tietze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED Blocks| |108538 --- Comment #1 from Heiko Tietze <[email protected]> --- I think you use the wrong tool for automated chart generation. R is pretty nice, IMHO. If you really want to repeat the same operation on different sheets/documents it's better to create an extension. What comes in mind too is to strip off the absolute part from the chart range (and to copy/paste). But neither A1:A3 nor $A$1:$A$3 is not accepted for $Sheet1.$A$1:$A$3. Likely because Chart is a standalone module that cannot dynamically load data from Calc. So what you can do is to have one sheet with the chart and you paste the data from other sources into this sheet. My take: chart serialization is a WF. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=108538 [Bug 108538] [META] Chart feature enhancements -- You are receiving this mail because: You are the assignee for the bug.
