Klipfolio Dashboard 5 API

Object Engines.Excel

Object
   |
   +--Klip
         |
         +--Engines
               |
               +--Engines.Excel

Advanced Feature This object is only available in a licensed version of Klipfolio Dashboard. To try it in Klipfolio Personal Dashboard, add <enterprise>true</enterprise> in your <setup> block.

The Engines.Excel object provides support for parsing a Microsoft Excel spreadsheet.

An Excel spreadsheet can be opened by specifying its file name, as well as the optional worksheet name and range values, using this API or by setting these values in the Klip's top XML section.

As with Klips using other types of data sources, an Excel Klip's <style> section must match the returned XML data.

Important Notes:

Since:
5.2

See also:
The How-to article on developing an Excel Klip.


Properties Summary
 String lasterror
          Advanced Feature Information about the most recent error.
 String xml
          Advanced Feature Returns the XML version of the returned Excel data to be parsed by Klipfolio Dashboard using the Klip's <style> settings.
   
Function Summary
 function open( <String> file[, <String> sheet[, <String> range]] )
           Advanced Feature Opens the specified Excel file.

Properties Detail

lasterror

String lasterror

xml

String xml

Function Detail

open

function open( <String> file[, <String> sheet[, <String> range]] )

Klipfolio Dashboard 5 API

© 2010 Klipfolio Inc. All Rights Reserved.