Am .07.2014, 22:36 Uhr, schrieb Pete Douma <
pdo...@adops.com>:
> I tried to copy a spreadsheet that has two shapes. One is a dashed line
> and the other is a rounded rectangle. Its definitely a shape because it
> does not copy, so I figure I have to use openpyxl to draw new ones.
Short answer: you can't.
Drawings are not part of the Excel specification. We support them only as
much as they are used when adding charts.
What you *might* be able to do (and is possible for other things we don't
(yet) support like Pivot tables) is to identify the relevant XML files and
associated meta-data when opening a file and make sure you save them with
the file. This is how we preserve VisualBasic macros.