| Package | Description |
|---|---|
| ru.curs.xylophone |
Пакет, содержащий классы генератора отчётов в формате электронных таблиц на базе XML-данных.
|
| Modifier and Type | Method and Description |
|---|---|
static OutputType |
OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputType[] |
OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XML2Spreadsheet.process(InputStream xmlData,
InputStream xmlDescriptor,
InputStream template,
OutputType outputType,
boolean useSAX,
boolean copyTemplate,
OutputStream output)
Запускает построение отчётов на исходных данных.
|
static void |
XML2Spreadsheet.process(InputStream xmlData,
InputStream xmlDescriptor,
InputStream template,
OutputType outputType,
boolean useSAX,
OutputStream output)
Запускает построение отчётов на исходных данных.
|
Copyright © 2018 CURS. All rights reserved.