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, ∼2163🔥, 0💬
Popular Posts:
What Is ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is the JAR files of ojdbc.jar, JD...
JDK 11 jdk.compiler.jmod is the JMOD file for JDK 11 Compiler tool, which can be invoked by the "jav...
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for...
JDK 17 java.desktop.jmod is the JMOD file for JDK 17 Desktop module. JDK 17 Desktop module compiled ...
What Is poi-scratchpad-3.5.jar? poi-scratchpad-3.5.jar is one of the JAR files for Apache POI 3.5, w...