Package | Description |
---|---|
io.keikai.importer | |
io.keikai.importer.xml | |
io.keikai.json |
Modifier and Type | Method and Description |
---|---|
static void |
XlsxParser.parseElement(XMLStreamReader reader,
JSONAware json,
Map<String,Supplier<JSONNode>> schemaNodes) |
Modifier and Type | Interface and Description |
---|---|
interface |
JSONNode
Internal use to optimize the memory footprint.
|
Modifier and Type | Class and Description |
---|---|
class |
Cell
see http://www.datypic.com/sc/ooxml/t-ssml_CT_Cell.html
|
class |
Row
see http://www.datypic.com/sc/ooxml/t-ssml_CT_Row.html
|
class |
SheetData
see http://www.datypic.com/sc/ooxml/e-ssml_sheetData-1.html
|
Modifier and Type | Method and Description |
---|---|
JSONArray<JSONAware> |
Row.getCells() |
Modifier and Type | Method and Description |
---|---|
void |
SheetData.addElement(String name,
JSONAware element) |
void |
Row.addElement(String name,
JSONAware element) |
void |
JSONNode.addElement(String name,
JSONAware element) |
void |
Cell.addElement(String name,
JSONAware element) |
Modifier and Type | Class and Description |
---|---|
class |
JSONArray<T>
A JSON array.
|
class |
JSONObject<K,V>
A JSON object.
|
Copyright © 2020. All rights reserved.