ooxml

Update of "examples"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 701030161d2bd10684c74e29cfda9d99bd921953546515a274d2fcbc618658e1
Page Name:examples
Date: 2018-08-17 21:56:13
Original User: alex
Parent: 1ff5dbb888837829fcaa55d1ca9306b26b79fa4441f9a866d1c87f5b28490a3e (diff)
Next 5b49606aa500c9ab5ac0dfae2c871e170935fa1520ecba4dcbfbc01c9bef364b
Content

Examples


sample1.tcl:

Write an Excel file method one: direct addressing with -index.
Output: export1.xlsx


sample2.tcl:

Write an Excel file method two: with row auto increment.
Output: export2.xlsx


sample3.tcl:

Exporting a Tablelist to an Excel file.
Output: export3.xlsx


sample4.tcl:

Write an Excel file with a formula A1+B1.
Output: export4.xlsx


sample5.tcl:

Write an Excel file with defaultdatestyle set.
Output: export5.xlsx


sample6.tcl:

Write a complex Excel file with a lot of formats.
Output: export6.xlsx


sample7.tcl:

Read a complex Excel file (generated by Excel) interpret all known formats and write it back.
Input: original_excel.xlsx
Output: export7.xlsx


sample8.tcl:

Read in an Excel file search and replace some cells and write a new file.
Input: form8.xlsx
Output: export8.xlsx