I have an xlsx file with Autofilter inside. Does exist any possibilty to remove it with Apache POI library? sheet.setAutoFilter(CellRangeAddress) just creates it, but does not remove.
I have an xlsx file with Autofilter inside. Does exist any possibilty to remove it with Apache POI library? sheet.setAutoFilter(CellRangeAddress) just creates it, but does not remove.