ooxml

Timeline
Login

Timeline

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

50 most recent check-ins

2025-05-30
00:37
Added the method setting and a lot of easy to do settings (who will ever document this?). Leaf check-in: 497daa965d user: rolf tags: docx
2025-05-29
21:10
Added a comment command which allows local text formatting. Minor code cleanups. check-in: 8f09737667 user: rolf tags: docx
12:41
Greatly enhanced the mime types understood by the library (to hopefully support all kind of image (and other multi media) formats understood by the wordprocessingml processor. Added the DateType data type. Renamed the comment method to simplecomment. check-in: c3447e6e3e user: rolf tags: docx
01:06
Added a simple form of comments. check-in: 8728432340 user: rolf tags: docx
2025-05-28
22:10
Added emboss effect. check-in: 8cc57ee410 user: rolf tags: docx
2025-05-27
23:14
Improvements to the page and section setup mechanism. check-in: 6db4bfd43e user: rolf tags: docx
2025-05-25
14:03
Fixed creating links to internet urls. Added in-document links. check-in: 97d97ab1ab user: rolf tags: docx
14:01
Save work. Closed-Leaf check-in: 025f8ddef6 user: rolf tags: docx-wip
2025-05-24
15:17
wip check-in: 58ed345221 user: rolf tags: docx-wip
2025-05-22
23:42
Fixed image display with MS Word 2016. check-in: ada64674c3 user: rolf tags: docx
10:11
Added basic bidi/right to left support and other minor paragraph settings. check-in: df47e10ed6 user: rolf tags: docx
2025-05-21
00:40
Enriched the error message in case of unknown option: list the known options in the message. check-in: e5f085f76e user: rolf tags: docx
2025-05-18
23:10
Add text style option -verticalAlign, which enables superscript and subscript text. A bit more shuffling around of methods to keep them in alphabetic order. check-in: 78e9c04db4 user: rolf tags: docx
2025-05-17
23:32
Integrate table related work. check-in: f714e045fd user: rolf tags: docx
01:31
Added cell background. Closed-Leaf check-in: bb9298b6d1 user: rolf tags: docx-wip
2025-05-16
22:50
Merged from docx. check-in: 9c48129be5 user: rolf tags: docx-wip
01:08
Changed my mind: Use the style name to identify a style and not the styleId. check-in: 37b1d825ed user: rolf tags: docx
2025-05-15
18:23
Merged from docx. check-in: 8aa894481f user: rolf tags: docx-wip
10:59
Merged from trunk. check-in: 4c1949cbaf user: rolf tags: docx
10:58
Integrated improved image handling. check-in: f7a220d13d user: rolf tags: docx
10:55
Integrated docx-image-wip. Closed-Leaf check-in: 274bddf788 user: rolf tags: docx-image
10:54
More anchor image options including for distance from image to text flowing around. Internal reorganisation. Closed-Leaf check-in: 6faa896dee user: rolf tags: docx-image-wip
2025-05-13
09:33
updated archive options: tar --no-xattrs --no-mac-metadata --disable-copyfile and more excludes (Ticket [21be6e112ec34758]) Leaf check-in: fe6dce9949 user: alex tags: trunk
00:35
More anchor image control. check-in: 9536a52984 user: rolf tags: docx-image-wip
2025-05-12
08:39
wip check-in: d66b6793e0 user: rolf tags: docx-image-wip
2025-05-10
16:02
wip check-in: 486ac811c7 user: rolf tags: docx-image-wip
13:35
wip check-in: 128bccfe68 user: rolf tags: docx-image-wip
13:19
wip check-in: 0d5b4a4dfc user: rolf tags: docx-image-wip
2025-05-05
08:40
wip check-in: 80ecd3215b user: rolf tags: docx-image-wip
2025-05-03
01:44
There are two kinds of images: inlined or anchored. check-in: 549abc2ff4 user: rolf tags: docx-image-wip
2025-05-02
15:48
Factored out attribute list creation from key-value pairs arguments (with type checking/value transforming). Started a simple mechanism to add extension entries to [Content_Types].xml if a media with so far not noted extension is added to the docx. check-in: 8aea10daf0 user: rolf tags: docx-image-wip
2025-05-01
01:14
Finally this produces something even Word opens. check-in: 0392ad7f55 user: rolf tags: docx-image-wip
2025-04-25
11:43
wip check-in: 567c910cce user: rolf tags: docx-image-wip
2025-04-24
00:15
Follow the convention to monotony numbering the added images (which at least word enforces as mandatory). check-in: b1e64c05f0 user: rolf tags: docx-image
2025-04-20
01:00
wip 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. check-in: d4ca38316e user: rolf tags: docx
2025-04-13
23:04
wip Closed-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. check-in: 5df2cadc1a user: rolf tags: docx-wip
2025-04-06
23:53
Working on conditional table styling. Closed-Leaf 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. 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