Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Test to Create Excel File with jxl.jar
How to run the test to create a new Excel file with jxl.jar?
✍: FYIcenter.com
If you want to run the test program that comes with jxl.jar to create a new Excel file, you can follow these steps:
1. Open command line window to verify jxl.jar installation. "jxl.jar" file and "resources" folder are needed:
C:\cd \fyicenter\jexcelapi C:\fyicenter\jexcelapi>dir 10/24/2009 10:11 AM 725,735 jxl.jar 10/24/2009 09:07 AM <DIR> resources ...
2. Use the "java -jar" command to run the test program:
C:\fyicenter\jexcelapi>\local\jdk-1.8.0\bin\java -jar jxl.jar -write test.xls
3. Open the output file "test.xls" in Microsoft Excel. You see the Excel file open with multiple tabs: Number Formats, Date Formats, Label Formats, Borders, Labels, Formulas, Images.
4. Click on "Images" tab.
You see a nice image embedded in the spreadsheet:
⇒ Test to Read Excel File as CSV with jxl.jar
2018-04-07, 1888🔥, 0💬
Popular Posts:
Apache Ant Source Code Files are inside the Apache Ant source package file like apache-ant-1.10.10-s...
commons-net.jar is the bytecode of Apache Commons Net library, which implements the client side of m...
JDK 17 java.desktop.jmod is the JMOD file for JDK 17 Desktop module. JDK 17 Desktop module compiled ...
What Is HttpComponents httpclient-4.2.2.jar? HttpComponents httpclient-4.2.2.jar is the JAR file for...
How to download and install xml-commons External Source Package? The source package contains Java so...