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, 1542👍, 0💬
Popular Posts:
commons-net-1.4.1.jar is the JAR file for Apache Commons Net 1.4.1, which implements the client side...
What Is javaws.jar in JRE (Java Runtime Environment) 8? javaws.jar in JRE (Java Runtime Environment)...
How to download and install JDK (Java Development Kit) 1.4? If you want to write Java applications, ...
How to download and install mysql-connector-j-8.0.31 .zip?Connector/J Java library is a JDBC Driver ...
JDK 11 jdk.aot.jmod is the JMOD file for JDK 11 Ahead-of-Time (AOT) Compiler module. JDK 11 AOT Comp...