Hi,
I'm using the XSSFWorkbook object in my console application, and when I run my application, I see text (as below) is written in the console during the Excel object composing.
NPOI.XSSF.Model.SharedStringsTable
NPOI.XSSF.Model.StylesTable
NPOI.XSSF.UserModel.XSSFSheet
How to disable the displaying of this text to the console..?
Thanks
Hisham
I'm using the XSSFWorkbook object in my console application, and when I run my application, I see text (as below) is written in the console during the Excel object composing.
NPOI.XSSF.Model.SharedStringsTable
NPOI.XSSF.Model.StylesTable
NPOI.XSSF.UserModel.XSSFSheet
How to disable the displaying of this text to the console..?
Thanks
Hisham