Skip to content

Commit

Permalink
[drawing] read xdr:sp if available
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Dec 31, 2024
1 parent 2dedc99 commit 5d062ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/class-workbook.R
Original file line number Diff line number Diff line change
Expand Up @@ -6387,6 +6387,7 @@ wbWorkbook <- R6::R6Class(
pic <- xml_node(xml, "xdr:wsDr", "xdr:absoluteAnchor", "xdr:pic")
grpSp <- xml_node(xml, "xdr:wsDr", "xdr:absoluteAnchor", "xdr:grpSp")
grFrm <- xml_node(xml, "xdr:wsDr", "xdr:absoluteAnchor", "xdr:graphicFrame")
sp <- xml_node(xml, "xdr:wsDr", "xdr:absoluteAnchor", "xdr:sp")
clDt <- xml_node(xml, "xdr:wsDr", "xdr:absoluteAnchor", "xdr:clientData")

# include rvg graphic from specific position to one or two cell anchor
Expand Down Expand Up @@ -6453,6 +6454,7 @@ wbWorkbook <- R6::R6Class(
pic,
grpSp,
grFrm,
sp,
clDt
),
xml_attributes = c(
Expand Down

0 comments on commit 5d062ca

Please sign in to comment.