Categories:
Audio (13)
Biotech (29)
Bytecode (22)
Database (79)
Framework (7)
Game (7)
General (497)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (70)
JavaBeans (16)
JDBC (86)
JDK (338)
JSP (20)
Logging (90)
Mail (54)
Messaging (8)
Network (106)
PDF (82)
Report (7)
Scripting (75)
Security (67)
Server (112)
Servlet (17)
SOAP (24)
Testing (55)
Web (24)
XML (287)
Other Resources:
Test to Read Excel File as XML with jxl.jar
How to run the test to read an existing Excel file as XML output with jxl.jar?
✍: FYIcenter.com
The following steps shows you how to
run the test to read an existing Excel file as XML output with jxl.jar:
1. Open command line window to verify jxl.jar installation. "jxl.jar" file and "jxlrwtest" file are needed:
C:\cd \fyicenter\jexcelapi C:\fyicenter\jexcelapi>dir 10/24/2009 10:11 AM 725,735 jxl.jar 09/07/2009 03:26 PM 93,696 jxlrwtest.xls ...
2. Use the "java -jar" command to run the test program:
C:\fyicenter\jexcelapi>\local\jdk-1.8.0\bin\java -jar jxl.jar -xml jxlrwtest.xls | more <?xml version="1.0" ?> <!DOCTYPE workbook SYSTEM "workbook.dtd"> <workbook> <sheet> <name><![CDATA[original]]></name> <row number="0"> <col number="0"><![CDATA[Java Excel API Modify Test]]></col> </row> <row number="1"> <col number="4"><![CDATA[Bold]]></col> <col number="5"><![CDATA[4dps]]></col> </row> <row number="2"> <col number="0"><![CDATA[Labels]]></col> <col number="3"><![CDATA[MulRK records - no modification]]></col> <col number="4"><![CDATA[1]]></col> <col number="5"><![CDATA[2.0000]]></col> <col number="6"><![CDATA[3]]></col> <col number="7"><![CDATA[4]]></col> <col number="8"><![CDATA[5]]></col> <col number="9"><![CDATA[6]]></col> <col number="10"><![CDATA[7]]></col> </row> -- More --
2018-04-07, 974👍, 0💬
Popular Posts:
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the wid...
Swingx is the SwingLabs Swing Component Extensions. JAR File Size and Download Location: File name: ...
JDK 11 jdk.scripting.nashorn.jm odis the JMOD file for JDK 11 Scripting Nashorn module. JDK 11 Scrip...
The Digester package lets you configure an XML -> Java object mapping module, which triggers certain...
JDK 11 jdk.jdi.jmod is the JMOD file for JDK 11 JDI (Java Debug Interface) tool. JDK 11 JDI tool com...