t***@tamborine.to
2018-09-07 06:00:27 UTC
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: user-***@poi.apache.org
For additional commands, e-mail: user-***@poi.apache.org
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: user-***@poi.apache.org
For additional commands, e-mail: user-***@poi.apache.org