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:
List of Demo Programs in jxl.jar 2.6.12
What are demo programs included in jxl.jar 2.6.12?
✍: FYIcenter.com
JExcelApi, jxl.jar 2.6.12
comes with a raft of demonstration and test programs contained in the package
jxl.demo. These may be accessed from the command line as follows:
"java -jar jxl.jar -csv spreadsheet.xls" Reads spreadsheet.xls and writes out the corresponding csv data to the standard output. The -csv option is the default and may omitted
"java -jar jxl.jar -xml spreadsheet.xls" Reads spreadsheet.xls and writes out the corresponding cell data to the standard output as XML.
"java -jar jxl.jar -xml -format spreadsheet.xls" As above, but includes formatting information (font, number formats etc) in the generated XML
"java -jar jxl.jar -formulas spreadsheet.xls" Reads spreadsheet.xls and displays all the formulas contained in that sheet.
"java -jar jxl.jar -write test.xls" Generates a sample test spreadsheet called test.xls
"java -jar jxl.jar -rw in.xls out.xls" Reads in.xls, copies it and generates a file called out.xls. If the spreadsheet passed in is a special sample spreadsheet called jxlrwtest.xls, then this demo will modify specific cells in the copy, out.xls.
You can view source code of these demo programs in the \fyicenter\j
C:\>dir \fyicenter\jexcelapi\src\jxl\demo
05/26/2009 10:49 AM 11,168 BiffDump.java
05/26/2009 10:49 AM 3,418 CSV.java
05/26/2009 10:49 AM 9,414 Demo.java
05/26/2009 10:49 AM 2,512 Escher.java
05/26/2009 10:49 AM 2,365 EscherDrawingGroup.java
05/26/2009 10:49 AM 3,174 Features.java
05/26/2009 10:49 AM 4,147 Formulas.java
05/26/2009 10:49 AM 4,169 PropertySetsReader.java
10/15/2009 09:00 AM 13,862 ReadWrite.java
10/08/2009 05:32 AM 55,445 Write.java
05/26/2009 10:49 AM 2,238 WriteAccess.java
05/26/2009 10:49 AM 10,245 XML.java
12 File(s) 122,157 bytes
2018-04-07, ∼2481🔥, 0💬
Popular Posts:
What Is HttpComponents commons-httpclient-3.1.j ar?HttpComponents commons-httpclient-3.1.j aris the ...
JDK 11 jdk.httpserver.jmod is the JMOD file for JDK 11 HTTP Server module. JDK 11 HTTP Server module...
JBrowser Source Code Files are provided in the source package file. You can download JBrowser source...
A stream buffer is a stream-based representation of an XML infoset in Java. Stream buffers are desig...
Apache ZooKeeper is an open-source server which enables highly reliable distributed coordination. Ap...