skip comment "shapeId"

This commit is contained in:
sukoi26 2017-02-07 15:13:34 +01:00 committed by GitHub
parent d7486830a6
commit 3fee3f0eb5

View File

@ -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");