https://bz.apache.org/bugzilla/show_bug.cgi?id=60724
--- Comment #1 from Greg Woolsey <[email protected]> --- It appears there is no direct link in the persisted XML between a row marked hidden and a table AutoFilter. This matches the observed Excel behavior, where manually hiding a row that passes filter still gets its value skipped by both versions of the function. That actually makes the POI code simpler, as we don't have to evaluate filters, just know if a table has one applied or not when checking the hidden attribute of included rows. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
