HSSF or XSSF? Are you modifying a template or creating a new spreadsheet from scratch ?
Which version of POI? Yegor On Tue, Nov 8, 2011 at 5:47 PM, chouaffe frannck-edmond <[email protected]> wrote: > Hi guys. > > To my greate regret, setting AutoFilter is causing a name conflict when I try > to open the Excel file just created. > > That is all I did: sheet.setAutoFilter(CellRangeAddress.valueOf("A2:E2")); > > Does anyone know how I can get rid of the problem? > > Best regards. > > Edmond > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
