mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
ignore row styles for now
This commit is contained in:
parent
0a80c302b3
commit
17b934852c
|
@ -1571,6 +1571,16 @@ void xlsx_consumer::read_worksheet(const std::string &rel_id)
|
||||||
max_column = full_range.get_bottom_right().get_column_index();
|
max_column = full_range.get_bottom_right().get_column_index();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (parser().attribute_present("customFormat"))
|
||||||
|
{
|
||||||
|
parser().attribute("customFormat");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (parser().attribute_present("s"))
|
||||||
|
{
|
||||||
|
parser().attribute("s");
|
||||||
|
}
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
if (parser().peek() == xml::parser::event_type::end_element) break;
|
if (parser().peek() == xml::parser::event_type::end_element) break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user