Difference between revisions of "Excelreader-call"

From GreenVulcano Wiki
Jump to: navigation, search
(Vulcon Configuration)
Line 13: Line 13:
 
excelreader-call is the operation that must be configure in system section, to trasform excel stream  in a DOM XML.  
 
excelreader-call is the operation that must be configure in system section, to trasform excel stream  in a DOM XML.  
  
''
+
[[File:System-GVvcl-excel.jpg]]
 +
 
 +
 
 +
In section service it's possible configure a GvOperationNode, with operation-name equal at system configuration.
 +
[[File:Service-GVvcl-excel.jpg]]
  
[[File:System-GVvcl-excel.jpg]]
 
  
 +
''
 
== Example use ==
 
== Example use ==
 
''
 
''

Revision as of 19:45, 25 September 2011

Definition

GreenVulcano Gvvcl-excel Plug-in helps IT organizations integrate applications that utilize excel format to generate excel file or receive input as excel format.

It's compatible with all Excel format up to 2003.

With Gvvcl-excel plugin is very simple retrieve same data from an excel file. It's receive input a stream of byte of excel file and give in output a DOM structure.

Vulcon Configuration

excelreader-call is the operation that must be configure in system section, to trasform excel stream in a DOM XML.

File:System-GVvcl-excel.jpg


In section service it's possible configure a GvOperationNode, with operation-name equal at system configuration. File:Service-GVvcl-excel.jpg


Example use