Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
IBM's published a free set of beans called ExcelAccessor; they make manipulating Excel files very easy - I don't think there's support for changing font types, but you can change the value of a particular cell on a particular sheet, etc. I think you have to use JDBC-ODBC stuff if you want to use native Java classes, but I'm not really sure. http://www.alphaworks.ibm.com/alphabeans > Hello! > I have a hot problem: I need to create MS Excel file from a servlet. I've found how to do it in earlier messages. > But I haven't found how to navigate between cells and how to make the font bold, for example. Is it possible with native Java classes? > Help me, please!!!!!!!!!!
Replies: |
Sponsored Links
|