mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
commit
c214c6ca0b
|
@ -2115,6 +2115,11 @@ void xlsx_consumer::read_stylesheet()
|
|||
{
|
||||
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"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user