From ea5c741bfe2952e1b3424ef2f9a448034576d357 Mon Sep 17 00:00:00 2001 From: Henrique Santiago Date: Tue, 12 Sep 2017 17:04:52 -0300 Subject: [PATCH] Parse readingOrder --- source/detail/serialization/xlsx_consumer.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/detail/serialization/xlsx_consumer.cpp b/source/detail/serialization/xlsx_consumer.cpp index 1c451e9f..a5041c97 100644 --- a/source/detail/serialization/xlsx_consumer.cpp +++ b/source/detail/serialization/xlsx_consumer.cpp @@ -2115,6 +2115,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")) {