|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.xls.XLS2HTML
public class XLS2HTML
uses the api to present the contents excel 97 spreadsheet as an html file
Field Summary | |
---|---|
private java.util.Random |
rnd
|
private int |
sizeCount
|
Constructor Summary | |
---|---|
XLS2HTML()
|
Method Summary | |
---|---|
java.lang.String |
convertXLSToHTML(byte[] b2)
Description of the Method |
java.lang.String |
convertXLSToHTML(java.io.File input)
Description of the Method |
java.lang.String |
convertXLSToHTML(java.io.InputStream input)
Description of the Method |
java.lang.String |
convertXLSToHTML(java.net.URL input)
Description of the Method |
int |
originalSize()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int sizeCount
private java.util.Random rnd
Constructor Detail |
---|
public XLS2HTML() throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public int originalSize()
originalSize
in interface DocFilter
public java.lang.String convertXLSToHTML(byte[] b2) throws java.lang.Exception
b2
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic java.lang.String convertXLSToHTML(java.io.InputStream input) throws java.lang.Exception
input
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic java.lang.String convertXLSToHTML(java.io.File input) throws java.lang.Exception
input
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic java.lang.String convertXLSToHTML(java.net.URL input) throws java.lang.Exception
input
- Description of the Parameter
java.lang.Exception
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |