I have the workbook
fs = new POIFSFileSystem(new FileInputStream("c:\\POI\\test.xls"
);
I parse through the data and I would like to output the data in a desired format (*.txt). What Class do I use in the POI API to perform such an action?
I can output the data without a problem to excel
fileOut = new FileOutputStream("c:\\POI\\testFile.xls"
;
Is it just a matter of adjusting the file mime type, if so, to what?
Thanks!
Dano
dan_kryzer@hotmail.com
What's your major malfunction
fs = new POIFSFileSystem(new FileInputStream("c:\\POI\\test.xls"
I parse through the data and I would like to output the data in a desired format (*.txt). What Class do I use in the POI API to perform such an action?
I can output the data without a problem to excel
fileOut = new FileOutputStream("c:\\POI\\testFile.xls"
Is it just a matter of adjusting the file mime type, if so, to what?
Thanks!
Dano
dan_kryzer@hotmail.com
What's your major malfunction