SXSSF only works with the .xlsx format, you can't use it to generate binary .xls files.
Yegor On Mon, Apr 2, 2012 at 12:42 PM, Zsolt Farkas <[email protected]>wrote: > ** ** > > Hi,**** > > ** ** > > I have a working excel import (xls, HSSF implemention). I want to migrate > this implementation to SXSSF.**** > > In HSSF implementation I can do this:**** > > (workbook = new HSSFWorkbook() )**** > > final HSSFPalette palette = workbook.getCustomPalette();**** > > ** ** > > but in SXSSF doesn’t exist this function (getCustomPalette)**** > > How can I substitute it?**** > > ** ** > > Zsolt Farkas | *Software Engineer * > > **** > > **** > > **** > > [image: Description: Wolters Kluwer Financial > Services]<http://www.frsglobal.com/> > **** > > ** ** >
