mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Parse readingOrder
This commit is contained in:
parent
b1aac2c863
commit
ea5c741bfe
|
@ -2115,6 +2115,11 @@ void xlsx_consumer::read_stylesheet()
|
||||||
{
|
{
|
||||||
alignment.horizontal(parser().attribute<xlnt::horizontal_alignment>("horizontal"));
|
alignment.horizontal(parser().attribute<xlnt::horizontal_alignment>("horizontal"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (parser().attribute_present("readingOrder"))
|
||||||
|
{
|
||||||
|
parser().attribute<int>("readingOrder");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (xf_child_element == qn("spreadsheetml", "protection"))
|
else if (xf_child_element == qn("spreadsheetml", "protection"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user