ooxml - ECMA-376 Office Open XML File Formats (spreadsheet)
Sysnopsis
Read and Write Office Open XML "XLSX" since Excel 2007
This package contains several commands to edit Excel files. The three most important are the following three:
Importing Excel files into a Tcl array with ::ooxml::xl_read, export Tcl data to an Excel file with ::ooxml::xl_write and export Tcl tablelist to an Excel file with ::ooxml::tablelist_to_xl.
For information on how to use these commands, see the examples and the man-page at this site.
Dependencies
- Tcl >= 8.6.7
- tclvfs::zip >= 1.4.2 (recommended, zipfs is used from Tcl 9)
- tdom >= 0.9.0
Wiki Pages
See Also
WEB: ECMA-376
WEB: tclvfs
WEB: tdom
WEB: tablelist
WEB: BAWT Build Automation With Tcl / Batteries included
Legal Notice
Copyright (C) 2018-2024 Alexander Schoepe, Bochum, DE
Copyright (C) 2019-2023 Rolf Ade, DE
Copyright (C) 2023 Harald Oehlmann, DE
Tcl package: BSD-3 license