ooxml

Timeline
Login

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

50 most recent check-ins

2023-12-06
16:24
make archive script for fossil unversioned Leaf check-in: 1a7f82ff45 user: alex tags: trunk
15:30
version number to 1.7 check-in: a28193da70 user: alex tags: trunk
13:20
Version-1.7 works with Tcl 8.6 and Tcl 9 check-in: a7b266fe4a user: alex tags: trunk, release, version-1.7
13:05
merged from [towardsTcl9], rolf, Ticket [5c32d337904d634d] ooxml for Tcl 9 check-in: 37991435b8 user: alex tags: trunk
12:42
merged from no-r-ticket-f9b36e63f1 oehhar Ticket [f9b36e63f1] SAP exports XLSX files without r attributes in cells. check-in: c7966ce9d3 user: alex tags: trunk
2023-11-14
23:39
Test suite runs fine with Tcl 8.6 and Tcl 9 trunk. Closed-Leaf check-in: 90eff60f85 user: rolf tags: towardsTcl9
2023-09-21
07:35
Ticket [f9b36e63f1] no r attribute: replace loop over cells by nested loop row/cell, add row/cell counters and use them, if no r attribute Closed-Leaf check-in: 51747b9a90 user: oehhar tags: no-r-ticket-f9b36e63f1
2022-04-13
02:11
workaround test FormatCellCheckCells-10.6 check-in [bb4dae9cbec7169d] resolved check-in: 1da5d9c73d user: alex tags: trunk
2022-04-06
21:17
Version-1.6.1 check-in: a29ff2b24b user: alex tags: trunk, release, version-1.6.1
21:13
workaround test FormatCellCheckCells-10.6 since shared formular (check-in: [b2b25733c6]) check-in: bb4dae9cbe user: alex tags: trunk
2021-05-20
13:06
new e-mail check-in: 9a98cea67e user: alex tags: trunk
12:45
bug fix xl_read reported by js check-in: da1ef29c4d user: alex tags: trunk
2021-04-02
11:27
Version-1.6 check-in: 49baf5b8b6 user: alex tags: trunk, release, version-1.6
10:42
merged from formulashare check-in: 6603bee4e0 user: alex tags: trunk
10:39
changed sample4.tcl added shared formula Closed-Leaf check-in: aec8f12e46 user: alex tags: formulashare
10:25
added test formula.test; convert -formularef numeric index to excel notation check-in: 1370eed067 user: alex tags: formulashare
2021-04-01
20:15
shared formula - third test - read and presetsheets issues fixed - wip check-in: 17d55d6ad3 user: alex tags: formulashare
19:47
shared formula - second test - wip check-in: eeadce2f6c user: alex tags: formulashare
2021-03-26
18:18
shared formula - first test - wip check-in: b2b25733c6 user: alex tags: formulashare
2020-05-11
08:28
mirror fossil to github check-in: beab79e849 user: alex tags: trunk
2020-03-09
12:53
new method cells = pass a line as list Leaf check-in: 892e75295d user: alex tags: cells
2020-03-08
06:58
short doc update check-in: 38e545bbb2 user: alex tags: trunk
2020-03-07
21:37
new feature "named formats" for numberformats, fonts, fills, borders and styles check-in: ea03e767f5 user: alex tags: trunk
08:11
bug fix; added test for "named formats" Closed-Leaf check-in: 1fcc546092 user: alex tags: namedfmts
2020-03-06
07:58
added "-tag" to the method "border". with this you can give a style a name. in the method "style" as BORDERID you can also pass the given name. check-in: 401fec5842 user: alex tags: namedfmts
07:55
added "-tag" to the method "fill". with this you can give a style a name. in the method "style" as FILLID you can also pass the given name. check-in: ce8bfc62d7 user: alex tags: namedfmts
07:52
added "-tag" to the method "font". with this you can give a style a name. in the method "style" as FONTID you can also pass the given name. check-in: 2e0fa3b0bd user: alex tags: namedfmts
07:46
added "-tag" to the method "numberformat". with this you can give a style a name. in the method "style" as NUMFMTID you can also pass the given name. check-in: c894d762dd user: alex tags: namedfmts
2020-03-05
21:33
added "-tag" to the method "styles". with this you can give a style a name. in the methods "defaultdatestyle", "column" and "cell" as STYLEID you can also pass the given name. check-in: bcad321da9 user: alex tags: namedfmts
19:35
ignore "-globalstyle" in versions > 1.5; styles are from now on predefined via method "column" and can be overwritten in method "cell" check-in: 9fc2848c8f user: alex tags: trunk
19:28
added "-zero" and "-nostring" to reset globally set options "-nozero" and "-string" with method "column" for a single cell with method "cell" Closed-Leaf check-in: 5c65034ad7 user: alex tags: coldefs
2020-02-14
18:59
First version to remove "-globalstyle" from method "cell". Instead, the options of method "column" are taken as long as no local options for "-style", "-string" and/or "-nozero" are specified for "cell". check-in: 85d6ea0ef6 user: alex tags: coldefs
2020-02-04
13:18
bug fix: docProps/app.xml sheet count was wrong check-in: 32d3627499 user: alex tags: trunk
2020-01-08
21:19
scripts to build base structure of word-processing document docx Leaf check-in: fbee5b92f8 user: alex tags: docx
21:06
change README check-in: a827a9d83c user: alex tags: trunk
2019-12-10
06:53
Version-1.5 check-in: 46021f6e6b user: alex tags: trunk, release, version-1.5
2019-12-09
16:41
added the configure file check-in: 4cb1725e7a user: alex tags: trunk
16:40
renumber some tests check-in: b330c7df2e user: alex tags: trunk
16:19
merged from bookview check-in: 96bb2a2b4e user: alex tags: trunk
16:13
view -x, -y, -height and/or -width; FR [7c58a9aac7]; Units are TWIPS: twentieths of a point = 36 points = 0.5 inches Closed-Leaf check-in: 442d25a964 user: alex tags: bookview
15:12
new method view; view -activetab TAB; FR [473db708f6] check-in: 76959afa61 user: alex tags: bookview
2019-12-08
20:51
activeTab set to 0 check-in: 9242af45ac user: alex tags: bookview
2019-12-06
22:05
fixed an error when using more than one sheet; reported by Steve Landers [c59ca15507] check-in: 9d6b3a0149 user: alex tags: trunk
2019-11-28
14:30
Version-1.4 check-in: 2c30d300df user: alex tags: trunk, release, version-1.4
14:25
merged from tcltest check-in: a789d06e7e user: alex tags: trunk
14:21
enable benchmark Closed-Leaf check-in: 8fa48338f7 user: alex tags: tcltest
14:20
xl_read read formula patch; formatcell.test added cell data check check-in: 1c847e5dfb user: alex tags: tcltest
09:03
formatcell.test rowheight and merge; patch preset styles after idx change check-in: d330abd2a3 user: alex tags: tcltest
08:16
formatcell.test borders check-in: 4ef4f97de4 user: alex tags: tcltest
2019-11-27
16:57
formatcell.test column check-in: 268a41f89d user: alex tags: tcltest