Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
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, ∼2372🔥, 0💬
Popular Posts:
JSP(tm) Standard Tag Library 1.0 implementation - Jakarta Taglibs hosts the Standard Taglib 1.0, an ...
The JSR 105 XML Digital Signature 1.0.1 FCS implementation provides an API and implementation that a...
Where Can I see Java Source Code files for Xerces Java 2.11.2? Here are Java Source Code files for X...
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...
Apache Log4j IOStreams is a Log4j API extension that provides numerous classes from java.io that can...