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 [Description: Wolters Kluwer Financial Services]<http://www.frsglobal.com/>
