html2xlsx

Repository
Git URL https://github.com/transpect/html2xlsx.git
SVN URL https://github.com/transpect/html2xlsx
Base URI http://transpect.io/html2xlsx/

Source ⬇

tr:html2xlsx

Take tables from HTML and patch them into an Excel template file.

Invoke with: $ ./calabash/calabash.sh -i source=test/test.xml xpl/html2xlsx.xpl (template=template/template.xlsx)

Import

<p:import href="http://transpect.io/html2xlsx/xpl/html2xlsx.xpl"/>

Dependencies

Synopsis

<tr:html2xlsx xmlns:tr="http://transpect.io">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:output port="sheet" primary="false"/>
  <p:option name="template" select="'http://transpect.io/html2xlsx/template/template.xlsx'"/>
  <p:option name="th-style-from-row" select="0"/>
  <p:option name="td-style-from-row" select="0"/>
  <p:option name="keep-rows" select="0"/>
  <p:option name="static-rows" select="'no'"/>
  <p:option name="use-html-th" select="'yes'"/>
  <p:option name="out-dir-uri" select="''"/>
  <p:option name="out-file" select="''"/>
  <p:option name="debug" select="'yes'"/>
  <p:option name="debug-dir-uri" select="'debug'"/>
</tr:html2xlsx>

tr:overwrite-files

Import

<p:import href="http://transpect.io/html2xlsx/xpl/overwrite-files.xpl"/>

Dependencies

Synopsis

<tr:overwrite-files xmlns:tr="http://transpect.io">
  <p:input port="source"/>
  <p:option name="file" required="true"/>
  <p:option name="debug" select="'yes'"/>
  <p:option name="debug-dir-uri" select="'debug'"/>
</tr:overwrite-files>

GitHub sync date: 2024-04-23+02:00