https://poi.apache.org/components/spreadsheet/converting.html

This document and others gives a snippet: new XSSFWorkbook()

or
workbook = new XSSFWorkbook()

This fails: unable to resolve class XSSFWorkbook 

I've seen other documentation that says to use the WorkbookFactory, my issue is 
all of those examples have to do with opening a workbook to read it, I'm purely 
generating a new workbook and can't work out how to do that. I used to 
successfully (and still can) do this: HSSFWorkbook workbook = new 
HSSFWorkbook();

Thanks

Tony

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to