mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Merge branch 'master' into dev
This commit is contained in:
commit
bc1e3656c7
|
@ -2128,6 +2128,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