mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix some comments on autofilter update
push mistake
This commit is contained in:
parent
bb8202f779
commit
dc3decd0be
@ -2143,19 +2143,8 @@ void xlsx_consumer::read_worksheet(const std::string &rel_id)
|
|||||||
else if (current_worksheet_element == qn("spreadsheetml", "autoFilter")) // CT_AutoFilter 0-1
|
else if (current_worksheet_element == qn("spreadsheetml", "autoFilter")) // CT_AutoFilter 0-1
|
||||||
{
|
{
|
||||||
ws.auto_filter(xlnt::range_reference(parser().attribute("ref")));
|
ws.auto_filter(xlnt::range_reference(parser().attribute("ref")));
|
||||||
//while (in_element(qn("spreadsheetml", "autoFilter")))
|
// auto filter complex
|
||||||
//{
|
|
||||||
skip_remaining_content(current_worksheet_element);
|
skip_remaining_content(current_worksheet_element);
|
||||||
//}
|
|
||||||
//auto fste = expect_start_element(xml::content::simple);
|
|
||||||
//if (parser().element_present("filterColumn"))
|
|
||||||
//if(fste == qn("spreadsheetml", "filterColumn"))
|
|
||||||
//{
|
|
||||||
//skip_attributes({"colId", "showButton"});
|
|
||||||
// skip_remaining_content(fste);
|
|
||||||
//expect_end_element(qn("spreadsheetml", "filterColumn"));
|
|
||||||
//}
|
|
||||||
//expect_end_element(qn("spreadsheetml", "autoFilter"));
|
|
||||||
}
|
}
|
||||||
else if (current_worksheet_element == qn("spreadsheetml", "sortState")) // CT_SortState 0-1
|
else if (current_worksheet_element == qn("spreadsheetml", "sortState")) // CT_SortState 0-1
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user