Difference between revisions of "Excelreader-call"

From GreenVulcano Wiki
Jump to: navigation, search
Line 11: Line 11:
 
== Vulcon Configuration ==
 
== Vulcon Configuration ==
 
''
 
''
excelreader-call is the operation that could be configure in system section to trasform excel stream  in a DOM XML files.  
+
excelreader-call is the operation that must be configure in system section, to trasform excel stream  in a DOM XML.  
  
 
''
 
''
 
== Example use ==
 
== Example use ==
 
''
 
''

Revision as of 19:17, 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.

Example use