xlsx2html-lib

xlsx to XHTML converter library (needs a front-end project)

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

Source ⬇

tr:xlsx2html

Import

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

Dependencies

Synopsis

<tr:xlsx2html xmlns:tr="http://transpect.io">
  <p:input port="params" primary="true"/>
  <p:input port="xlsx2html-xsl"/>
  <p:input port="html2csv-xsl"/>
  <p:output port="result" primary="true"/>
  <p:output port="csv"/>
  <p:option name="in-file" required="true"/>
  <p:option name="debug" select="'no'"/>
  <p:option name="debug-dir-uri" select="'debug'"/>
  <p:option name="out-dir-uri" select="''"/>
  <p:option name="cell-separator" select="'tab'"/>
  <p:option name="line-separator" select="'CRLF'"/>
  <p:option name="sheet-separator" select="'hyphens'"/>
</tr:xlsx2html>

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