Hi all, I am wondering if POI can be applied to a problem I am having.
I have some content in memory that I want to email to the user as an .xls attachment. Using javax.activation, I create a DataHandler, passing my content and the appropriate mime type as parameters to the constructor. For this to work properly, there needs to be a class associated with x-java-content-handler for that mime type (inside activation.jar in mailcap.default or elsewhere). This all works just fine for a .txt attachment. I am wondering if there is a class in POI (HSSF) that could be used as the x-java-content-handler for xls (application/msexcel). If not, I am wondering if anyone has any other ideas for how to approach this issue. Thanks, Rob Cameron --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
