logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ooxml - Utility program to handle Office Open XML “XLSX” produced by Excel >= 2007

Author

       Massimo Manghi ⟨mxmanghi@apache.org⟩Wrote this manpage for the Debian system.

Description

       This  manual  page documents briefly the ::ooxml::xl_read, ::ooxml::xl_write and ::ooxml::tablelist_to_xl
       commands.

       This manual page was written for the Debian distribution because the original program  does  not  have  a
       manual     page.      Instead,     it     has    documentation    on    its    fossil    repository    at
       https://fossil.sowaswie.de/ooxml/home

       ::ooxml::xl_read reads an Office Open XML “XLSX” file and returns its content in key-value form  suitable
       for storing in a Tcl array.  (For most, if not all, purposes it may be also stored in a Tcl dictionary)

       ::ooxml::xl_write  is  a  swiss-army knife class that manipulate the content and format of a spreadsheet.
       See the examples for more information

       ::ooxml::tablelist_to_xl works in conjunction with the tablelist widget

Name

       ooxml - Utility program to handle Office Open XML “XLSX” produced by Excel >= 2007

Options

See Also

tclsh(3tcl)

       The ::ooxml utility is documented on the website https://fossil.sowaswie.de/ooxml/home

Synopsis

::ooxml::xl_read::ooxml::xl_writeargs::ooxml::tablelist_to_xltablelistargs

See Also