exceljs
Version:
Excel Workbook Manager - Read and Write xlsx and csv Files.
31 lines (29 loc) • 393 B
JavaScript
module.exports = {
tag: 'xdr:spPr',
c: [{
tag: 'a:xfrm',
c: [{
tag: 'a:off',
$: {
x: '0',
y: '0'
}
}, {
tag: 'a:ext',
$: {
cx: '0',
cy: '0'
}
}]
}, {
tag: 'a:prstGeom',
$: {
prst: 'rect'
},
c: [{
tag: 'a:avLst'
}]
}]
};
//# sourceMappingURL=sp-pr.js.map
;