mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
skip comment "shapeId"
This commit is contained in:
parent
d7486830a6
commit
3fee3f0eb5
|
@ -2460,6 +2460,7 @@ void xlsx_consumer::read_comments(worksheet ws)
|
|||
{
|
||||
expect_start_element(qn("spreadsheetml", "comment"), xml::content::complex);
|
||||
|
||||
skip_attribute("shapeId");
|
||||
auto cell_ref = parser().attribute("ref");
|
||||
auto author_id = parser().attribute<std::size_t>("authorId");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user