Package io.keikai.importer.xml
Class SheetData
java.lang.Object
io.keikai.importer.xml.SheetData
see http://www.datypic.com/sc/ooxml/e-ssml_sheetData-1.html
- Author:
- jumperchen
-
Field Summary
Fields inherited from interface io.keikai.importer.xml.JSONNode
NULL_STRING_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttributes(Map<String, String> attributes) voidaddContent(String text) voidaddElement(String name, JSONAware element)
-
Constructor Details
-
SheetData
public SheetData()
-
-
Method Details
-
toJSONString
- Specified by:
toJSONStringin interfaceJSONAware- Returns:
- JSON text
-
addAttributes
- Specified by:
addAttributesin interfaceJSONNode
-
addElement
- Specified by:
addElementin interfaceJSONNode
-
addContent
- Specified by:
addContentin interfaceJSONNode
-
get
-