Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2022-04-13
| ||
02:11 | workaround test FormatCellCheckCells-10.6 check-in [bb4dae9cbec7169d] resolved Leaf 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 | |
15:00 | merged from trunk check-in: 47e17db8b5 user: alex tags: tcltest | |
14:58 | xl_read section columns changed array index ws,col,idx check-in: b72ce0e7de user: alex tags: trunk | |
2019-11-26
| ||
16:16 | adding new tests to formatcell.test; border and style are not ready yet check-in: 9ecd5219d6 user: alex tags: tcltest | |
2019-11-23
| ||
07:16 | added license.terms check-in: 93c38d23d6 user: alex tags: trunk | |
2019-11-22
| ||
21:17 | merged from TEA check-in: 8829484285 user: alex tags: trunk | |
21:14 | update to latest TEA Closed-Leaf check-in: 7d7e186931 user: alex tags: TEA | |
14:37 | added README check-in: e46cfe4d41 user: alex tags: trunk | |