Kenne mich mit XML leider überhaupt nicht aus.
Kann mir jemand erläutern, ob der Screenshot(.wmf) der integrierten Excel-Tabelle in einer Word.docx,
nur beim ändern des Inhalts oder bei jedem laden in Word aktualisiert wird?
Und wenn nicht beim laden, weiß jemand wie dieser Screenshot in Word/Excel erstellt wird?
Bin für jede Hilfe und konstruktive Kritik dankbar.

Ich weiß leider nicht, nach welchem Befehl ich suchen sollte, falls es überhaupt solch einen in XML gibt.
[Content_Types].xml
Code: Alles auswählen
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
<Default Extension="wmf" ContentType="image/x-wmf" />
<Default Extension="xls" ContentType="application/vnd.ms-excel" />
<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" />
<Default Extension="xml" ContentType="application/xml" />
<Override PartName="/word/document.xml" ContentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml" />
<Override PartName="/word/styles.xml" ContentType="application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml" />
<Override PartName="/docProps/app.xml" ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml" />
<Override PartName="/word/settings.xml" ContentType="application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml" />
<Override PartName="/word/theme/theme1.xml" ContentType="application/vnd.openxmlformats-officedocument.theme+xml" />
<Override PartName="/word/fontTable.xml" ContentType="application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml" />
<Override PartName="/word/webSettings.xml" ContentType="application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml" />
<Override PartName="/docProps/core.xml" ContentType="application/vnd.openxmlformats-package.core-properties+xml" />
</Types>