How do I use Apache POI to pre-define an auto-filter region in an Excel 2007 document?
A small code example or link would be nice.
sets Auto filter sheet.setAutoFilter(CellRangeAddress.valueOf("A1:N1"));