Can POI read "XML Spreadsheet" format? Because I have it but I don't know
if POI can read it. If yes, I assume it is with XSSF right?

I've seen that I need quite a lot of JAR for XSSF but my only concern is to
parse the XML and extract the data, is it possible to that with POI without
having all the jars ?

2015-10-23 16:35 GMT+02:00 Mark Beardsley <[email protected]>:

> Looking at the Clipboard class, it has methods that would allow you to
> discover the type of the data pasted onto the clipboard. It would be quite
> possible to use if...else clauses to test and see if the Clipboard
> hasString() or hasRtf() etc and then call the appropriate method to simply
> dump the raw contents of the clipboards to a file or maybe to System.out
> initially. That should allow you to look at what you have copied and maybe
> give a clue as to how POI could work with the data.
>
>
>
> --
> View this message in context:
> http://apache-poi.1045710.n5.nabble.com/POI-XSSF-and-ClipBoard-issue-tp5720595p5720626.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]
>
>

Reply via email to