Hi, Sorry, I didn't explain well what I want to do. Actually, I need to generate a workbook with Automatic filters.
These filters might be added when the application programmer (on functionnal side) wants it and I can't know it before. The workbook is generated sheet by sheet and cell by cell with an already existing framework....its type and content is unknown when the generation starts. In fact I need to make the code behind a method like that: MyPersonnalWorksBookObject.myWayToGetASheet().setAutoFilters(); For the moment, the method works with xml generated workbook. But not with HSSF... Thanks -----Message d'origine----- De : Pierre Lavignotte [mailto:[EMAIL PROTECTED] Envoyé : jeudi 30 octobre 2008 15:32 À : POI Users List Objet : Re: HSSF - AutomaticFilters Hi, I don't think HSSF does manage automatic filters. Anyway, I think that if you open a workbook having automatic filters (set from Excel) and write it back to disk, the filters will still be present. Pierre On Thu, Oct 30, 2008 at 3:07 PM, Sebastien VOISINE < [EMAIL PROTECTED]> wrote: > Hi everybody, > > As far as I know, but maybe I'm wrong, HSSF doesn't manage automatic > filters in worksheets. > I found nothing about that in the web :-( > > So, is it certain? > And in this case, is there any contrib that can help to do that? > > Thanks a lot for your answers. > > Seb > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] For additional > commands, e-mail: [EMAIL PROTECTED] > > -- Cordialement, Pierre Lavignotte Ingénieur Conception & Développement http://pierre.lavignotte.googlepages.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
