JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.jzy3d.io.xls
Interface XLSObjectIO<T>
public interface
XLSObjectIO<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
read
(org.apache.poi.ss.usermodel.Row row)
void
write
(
T
object, int currentLine)
Method Details
write
void
write
(
T
object, int currentLine)
read
T
read
(org.apache.poi.ss.usermodel.Row row)