Excel Sheet Generation Using Marvin Beans
The following example is a JSP page which generates an Excel Sheet with Marvin generated structure images and structure data.
To run the examples, please follow the next steps:
-     Install MS Excel 2000 or higher version. 
-     Install Tomcat. (of course the examples also run under other servlet servers.) 
-     Copy all jar files (files with .jar extension) of the Marvin Beans or JChem package under Tomcat's lib directory. 
-     Create the marvin directory under Tomcat's webapps/examples/jsp/marvin 
-     Copy the generate_image.jsp file from the examples/image-generation directory and the molsheet.jsp file from the examples/excelsheet-generation directory of Marvin Beans to Tomcat's webapps/examples/jsp/marvin/ directory. 
-     Start Tomcat 
-     Open: -     Start MS Excel and open the following link: http://localhost:8080/examples/jsp/marvin/molsheet.jsp 
-     If you have cocoon or other xml publishing framework installed under your servlet server you can open the http://localhost:8080/examples/jsp/marvin/molsheet.jsp link from your browser. 
 
-     
Please also see: