.....or you could try OpenOffice. It has an api - called UNO - that allows you to write Java code to control the application; a little like a non-platform specific version of OLE/COM. Whilst it can be used to generate Excel workbooks in the older binary file format - I do not think that ability to create and save OOXML based workbook files has been added to the application yet - I must admit to not knowing whether it emulates the text import wizard.
Yours Mark B jeffg-4 wrote: > > Is it possible to use POI to launch the Excel Text Import Wizard and then > use the selected parsed data for use in a Java project? Essentially, I > want > to utilize Excel's import wizard on my Java application. > > Thanks, Jeff > > -- View this message in context: http://old.nabble.com/Text-Import-Wizard-tp28758345p28763787.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
