Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
60 check-ins using file examples/xlsx-aLotOfFormats.tcl version fa613b7515
2025-04-20
| ||
01:00 | wip Leaf check-in: 16f02187d5 user: rolf tags: docx-image | |
2025-04-19
| ||
01:45 | Fixed bug: [Content_Types].xml needs to be updated if files are added to the .docx zip. This fixes most of the compatibility problems with office 2016/word365. Leaf check-in: d4ca38316e user: rolf tags: docx | |
2025-04-13
| ||
23:04 | wip Leaf check-in: fa098c5060 user: rolf tags: mscompat | |
2025-04-12
| ||
01:50 | Added a simple method call to import all files inside the word directory other than document.xml inside an ooxml-docx object. check-in: 66c5700c3e user: rolf tags: docx | |
2025-04-09
| ||
12:13 | Turns out that MS word on windows doesn't digest well documents with word/numbering.xml just the empty document element (although the wml.xsd clearly allows this). Fixed by adding word/numbering.xml only if it has content. check-in: cf88ae1d45 user: rolf tags: docx | |
2025-04-07
| ||
23:48 | Starts to do something. Leaf check-in: 5df2cadc1a user: rolf tags: wip | |
2025-04-06
| ||
23:53 | Working on conditional table styling. check-in: 596d89d161 user: rolf tags: wip | |
23:12 | More work on tables: Started row specific settings. Factored out cell specific settings. Added row and cell specific settings to table style definition. check-in: 31d26cf6bf user: rolf tags: docx | |
22:36 | Enhanced the creation by description mechanism to be able to create not only child nodes but also subtrees. check-in: 9d0626940b user: rolf tags: docx | |
2025-04-04
| ||
23:59 | Added table cell margins on table style, table and cell level. Some editorial house keeping. check-in: 296a1ac3e7 user: rolf tags: docx | |
11:47 | Method presetsheets ensure that the sheets are read in the correct order. Leaf check-in: 4075d8cdf9 user: alex tags: trunk | |
10:05 | ScanDateTime Evaluation UTC flag for date >= 1970 check-in: aecda80594 user: alex tags: trunk | |
00:56 | Centralized some table properties and added alignment of tables (the whole table on the page, not the alignment of the cells), though that doesn't seem to work as style setting but only locally applied. check-in: 19ac982298 user: rolf tags: docx | |
2025-04-03
| ||
13:31 | Added guards to prevent the call of the tablerow method outside of table context and the call of the tablecell method outside of table row context (and guarding works even if the table method used recursively inside a complex table cell). check-in: 05df3e5fb0 user: rolf tags: docx | |
12:13 | Merged complex tables in. check-in: 62e1dce2de user: rolf tags: docx | |
12:05 | Added vertical cell and combined horizontal and vertical cell spanning. Closed-Leaf check-in: 50fa7ba8ee user: rolf tags: tables | |
10:37 | Handle the seldom but existing case of elements with just one attribute to set and that attribute has not the name w:val for the "create by description" mechanism. check-in: 3adcd9c903 user: rolf tags: tables | |
2025-04-02
| ||
23:54 | Added cell spanning to complex tables. check-in: f4b00c644b user: rolf tags: tables | |
23:06 | Cell content formated with all paragraph and charcter settings, tables and images in table cells. Complex but mighty. check-in: cd0e455c33 user: rolf tags: tables | |
17:26 | Attempt to create complex tables with individual formatted cells. check-in: b77490f9f3 user: rolf tags: tables | |
13:15 | Style id check centralized; style id check for table styles added. check-in: bbe7303934 user: rolf tags: docx | |
10:07 | Fixed the messed up paragraphdefault method. Added optional paragraph style for the first and last row for the simpletable method. check-in: 0a9d3edabd user: rolf tags: docx | |
2025-04-01
| ||
22:36 | Shuffled code around for housekeeping. check-in: d97d0e7ff0 user: rolf tags: docx | |
22:20 | Added paragraphs as text frames. check-in: c55f140585 user: rolf tags: docx | |
22:13 | Added type boilerplate and more options. Closed-Leaf check-in: 08dd059233 user: rolf tags: textframes | |
21:35 | Started implementation of simple textframes. check-in: 3ebe7b3ae1 user: rolf tags: textframes | |
20:53 | Factored out paragraph style (pPr) in an own method not only for streamlined code but also for feature enhancement at a few places where pPr is also used. check-in: f5e5a58974 user: rolf tags: docx | |
2025-03-30
| ||
01:46 | Added -highlight option to text formating. check-in: 41cd6fb315 user: rolf tags: docx | |
2025-03-29
| ||
16:04 | Added starting notes to a developers guide to ooxml-docx. check-in: 80204cbe76 user: rolf tags: docx | |
01:56 | Added support for header and footer. General improvements. check-in: 516be814bd user: rolf tags: docx | |
01:53 | Check rIds given for header and footer. Prettified error reporting about invalid options. Closed-Leaf check-in: 29430752eb user: rolf tags: headerfooter | |
2025-03-28
| ||
05:52 | Merged from dt-regexp check-in: bf71decd52 user: alex tags: trunk | |
02:13 | Seeems to basically work. check-in: 394c9649e3 user: rolf tags: headerfooter | |
00:23 | Merged from docx. check-in: 9368482166 user: rolf tags: headerfooter | |
00:19 | Reworked internal handling of page/section setup. check-in: 53fe03a2fe user: rolf tags: docx | |
2025-03-27
| ||
19:54 | ScanDateTime new regexp. Fixing ticket [74309ca5fb8c3a1d] Closed-Leaf check-in: 2eac2192d0 user: alex tags: dt-regexp | |
2025-03-26
| ||
12:23 | Started. check-in: dbbee369f9 user: rolf tags: headerfooter | |
2025-03-23
| ||
17:07 | Added simple fields support. check-in: 38d9439297 user: rolf tags: docx | |
17:06 | Going from simple fields to complex fields (though makes not much difference in result). Fixed handling of special characters in Wt. Closed-Leaf check-in: c37e945369 user: rolf tags: fields | |
2025-03-21
| ||
16:10 | Started. check-in: ef7a34d1c6 user: rolf tags: fields | |
01:23 | Adapted ooxml-docx to the new (simpler) tdom way of creating XML namespaced attribute nodes. check-in: d192065636 user: rolf tags: docx | |
2025-03-20
| ||
00:56 | Prettified error messages to the library user. Shuffling code around to have it in lexical order. check-in: 3ee0267790 user: rolf tags: docx | |
2025-03-14
| ||
00:36 | Merged from trunk. check-in: 36d0f30e2e user: rolf tags: docx | |
2025-03-10
| ||
06:17 | Version-1.10 check-in: 985e4947bc user: alex tags: trunk, release, version-1.10 | |
06:08 | Merged from tcltest check-in: 92acdae73e user: alex tags: trunk | |
2025-03-09
| ||
21:08 | Added test for IndexFix Closed-Leaf check-in: 93e1b474b0 user: alex tags: tcltest | |
2025-03-08
| ||
12:24 | Merged from trunk. check-in: 9f91f361e3 user: rolf tags: docx | |
07:57 | Renamed all spreadsheet test to xlsx-name.test. check-in: da44665583 user: alex tags: tcltest | |
2025-03-07
| ||
09:06 | New test file: printarea.test. This is a simple test and can be used for upcoming tests. check-in: e5752c1936 user: alex tags: tcltest | |
08:50 | Reorganizing tests; Drop printarea from formatcell.test. check-in: 48cb33957e user: alex tags: tcltest | |
08:30 | Merged from pageMargins and pageSetup check-in: 7ad30606f9 user: alex tags: trunk | |
03:28 | presetsheets for pageSetup Closed-Leaf check-in: 57d9dfbcf3 user: alex tags: pageSetup | |
03:25 | xl_read pageSetup check-in: 00366a8351 user: alex tags: pageSetup | |
03:20 | presetsheets for pageMargins Closed-Leaf check-in: 2ee59dbabc user: alex tags: pageMargins | |
03:05 | xl_read pageMargins check-in: 1be29e50f8 user: alex tags: pageMargins | |
2025-03-06
| ||
18:14 | Merged from printarea check-in: 09e63ec805 user: alex tags: trunk | |
18:11 | presetsheets for PrintArea Closed-Leaf check-in: f6081a5e4e user: alex tags: printarea | |
18:02 | xl_read PrintArea + Test check-in: e4f0cee9a3 user: alex tags: printarea | |
11:30 | Index should not be a double. Ticket [c07105771b451431] check-in: 01ce966114 user: alex tags: trunk | |
10:44 | Reorganized sample files. check-in: 1cea2380dc user: alex tags: trunk | |