Package com.grapecity.documents.excel
Interface ITables
-
Method Summary
Modifier and TypeMethodDescriptionCreates a table that includes the specified range of cells and returns the newly created object.Creates a table that includes the specified range of cells and returns the newly created object.voidGenerate the tables from json stringget(int index) Gets theITableat the specified index.Gets theITablewith the specified name.intgetCount()Returns the number of objects in the collection.toJson()Generate the string from tablesMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
get
Gets theITablewith the specified name.- Parameters:
name- TheITablename.
-
get
Gets theITableat the specified index.- Parameters:
index- The index.
-
getCount
int getCount()Returns the number of objects in the collection. -
add
Creates a table that includes the specified range of cells and returns the newly created object.- Parameters:
range- The applied range.
-
add
Creates a table that includes the specified range of cells and returns the newly created object.- Parameters:
range- The applied range.containsHeader- Whether the range contains a header.
-
fromJson
Generate the tables from json string- Parameters:
json- The JSON string representing the tables.
-
toJson
String toJson()Generate the string from tables- Returns:
- The JSON string representing the tables.
-