v0.3.1 Release Notes¶
This release adds SmartArt extraction and updates shape modeling to better separate standard shapes, arrows, and SmartArt structures.
Highlights¶
- SmartArt extraction via Excel COM, including layout name and nested nodes.
- Shape modeling split into
Shape,Arrow, andSmartArtfor clearer semantics. - SmartArt node payload optimized for compact output (
layout,nodes,kids).
Compatibility Notes¶
Shape.typenow exists only onShape; it is omitted forArrowandSmartArt.- SmartArt output uses
layoutandnodeswithkids; previous fields likelayout_name,roots, orchildrenare no longer present.