diff --git a/source/detail/serialization/xlsx_consumer.cpp b/source/detail/serialization/xlsx_consumer.cpp index 708bae51..0e1b3a23 100644 --- a/source/detail/serialization/xlsx_consumer.cpp +++ b/source/detail/serialization/xlsx_consumer.cpp @@ -2128,6 +2128,11 @@ void xlsx_consumer::read_stylesheet() { alignment.horizontal(parser().attribute("horizontal")); } + + if (parser().attribute_present("readingOrder")) + { + parser().attribute("readingOrder"); + } } else if (xf_child_element == qn("spreadsheetml", "protection")) {