1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-05 07:40:24 +08:00

Commit Graph

  • 0c30fd0930 feat: add support for number properties in paragraph unmarshaling (#50) master create-pull-request/patch sanbai 2025-05-06 16:50:32 +08:00
  • c6b0eac317 chore: make lint happy 源文雨 2025-05-06 17:45:49 +09:00
  • 4dea62ceaa chore: make lint happy 源文雨 2025-05-06 17:40:20 +09:00
  • bcb49d9c62 feat: new support for nested tables in word tables (#51) Wang YiFam 2025-04-23 17:12:13 +08:00
  • 2be4b0a282 chore: make lint happy 源文雨 2025-04-23 18:11:15 +09:00
  • cdf62778d7 chore: make lint happy 源文雨 2025-04-23 18:06:41 +09:00
  • 9f8f327c74 feat: 增加page margin和number (#48) Rodrigo Stewart 2024-12-31 23:30:56 +08:00
  • a751efdffa feat: 增加SizeCs (#46) Rodrigo Stewart 2024-12-25 21:38:54 +08:00
  • a9fdcc5790 feat: 增加Run Spacing (#47) Rodrigo Stewart 2024-12-25 21:35:38 +08:00
  • 7d167974e5 fix: 修复Font设置 (#45) Rodrigo Stewart 2024-12-23 23:23:52 +08:00
  • f7d29bb5c3 🎨 改进代码样式 (#40) github-actions[bot] 2024-09-25 00:30:44 +09:00
  • 8d5f632f73 chore: make lint happy 源文雨 2024-09-25 00:29:01 +09:00
  • 753783d2e3 fix: tidy formats 源文雨 2024-09-25 00:19:59 +09:00
  • 7782d22c85 feat: enable table customization and styles for paragraphs (#39) David Johnson 2024-09-24 11:15:22 -04:00
  • f03badc77c optimize(drawing): use implicit a:graphicFrameLocks 源文雨 2024-09-17 21:41:46 +09:00
  • 3e5e3f4b1e optimize(pgSz): use explicit type int instaed of xml.Attr 源文雨 2024-08-23 11:43:52 +08:00
  • 51eca30836 optimize(pgSz): use explicit type int instaed of xml.Attr 源文雨 2024-08-23 11:43:24 +08:00
  • 38ee4fb790 fix: two w:w in pgSz (#35) 源文雨 2024-08-23 11:38:19 +08:00
  • 8f66e2b866 Update README.md: adjust docx parsing logic. (#28) shadowmimosa 2024-04-28 21:38:36 +08:00
  • 23dde4f745 🎨 改进代码样式 (#24) github-actions[bot] 2024-03-27 01:24:49 +09:00
  • 843de6e909 🎨 改进代码样式 (#23) github-actions[bot] 2024-03-19 16:50:19 +09:00
  • d74423910a feat: A3PageSize (#22) mabiao0525 2024-03-19 15:49:12 +08:00
  • f875425b6e chore: make lint happy 源文雨 2024-03-17 20:08:12 +09:00
  • 72447243cf fix(#21): br decoding 源文雨 2024-03-17 20:05:37 +09:00
  • e9a89648f8 feat: add_pagabreaks (#21) mabiao0525 2024-03-17 18:58:15 +08:00
  • 047c5e5f03 feat: chage template name (due2 #17) 源文雨 2024-03-15 13:07:58 +09:00
  • b3e1a27db9 feat: add param -d to cmd/main 源文雨 2023-11-16 21:53:24 +09:00
  • 9f3162a90f fix #9: float point parse value 源文雨 2023-07-10 14:36:09 +08:00
  • 1a682f16d9 fix(structtable): add float fallback when parsing numeric value (#10) Kwan Jun Wen 2023-07-10 13:54:27 +08:00
  • 765b00bcf9 disable depguard 源文雨 2023-07-08 21:29:21 +08:00
  • 31cd269ccc try to fix #9 源文雨 2023-07-08 21:27:09 +08:00
  • dd75a0df96 feat: 增加对删除线的支持 (#6) Maiyang Lu 2023-05-25 11:03:00 +08:00
  • 050781fdde add api AppendFile 源文雨 2023-04-23 19:28:05 +08:00
  • 34f53a967c make lint happy 源文雨 2023-03-30 22:17:38 +08:00
  • f241cc1484 make lint happy 源文雨 2023-03-30 22:13:01 +08:00
  • c95683a4ee add f.RangeRelationships 源文雨 2023-03-30 22:06:49 +08:00
  • daf7190ea6 add api LoadBodyItems 源文雨 2023-03-10 13:28:25 +08:00
  • 45efdb3378 add more attrs 源文雨 2023-03-10 00:43:36 +08:00
  • cf061a29e4 hide rsid 源文雨 2023-03-09 23:30:22 +08:00
  • 65da4dc8f8 fix: para.copymedia 源文雨 2023-03-09 22:42:16 +08:00
  • b68d555c67 add KeepElements & DropDrawingOf 源文雨 2023-03-09 20:50:39 +08:00
  • 54e7323f63 make lint happy 源文雨 2023-03-09 17:23:20 +08:00
  • 69a899d4a5 add SplitByParagraph 源文雨 2023-03-09 17:20:17 +08:00
  • 2a630f6342 add MergeSamePropRunsOf 源文雨 2023-03-07 17:48:10 +08:00
  • e12804cfab add p.MergeText 源文雨 2023-03-07 17:03:33 +08:00
  • 6b512c1716 Update README.md 源文雨 2023-03-07 15:15:33 +08:00
  • 8402c813de Update README.md 源文雨 2023-03-07 15:10:02 +08:00
  • fc500544a4 Update README.md 源文雨 2023-03-07 15:06:18 +08:00
  • bae9eb4449 edit README 源文雨 2023-03-07 14:58:38 +08:00
  • ae6c05a8f2 优化 pic String 源文雨 2023-03-07 14:05:47 +08:00
  • 32cb2064cd add more attrs 源文雨 2023-03-06 15:35:46 +08:00
  • e3d6e419d5 fix: empty para in tablecell 源文雨 2023-03-06 14:08:40 +08:00
  • bce9c3b8dc run add wpg 源文雨 2023-03-05 23:31:26 +08:00
  • 57f2532bec fix table 源文雨 2023-03-05 23:30:24 +08:00
  • 50aa6e005e 完善group 源文雨 2023-03-05 23:02:07 +08:00
  • ff131af5fa reduce unsafe 源文雨 2023-03-04 21:31:03 +08:00
  • 1e227341ee 🎨 改进代码样式 (#3) github-actions[bot] 2023-03-03 21:45:27 +08:00
  • 5091de63b8 完善 wpg 源文雨 2023-03-03 21:22:01 +08:00
  • 6e7f6b743b add xmlns:wpg 源文雨 2023-03-03 16:15:42 +08:00
  • 503db4a49c 优化 para.String 源文雨 2023-03-03 14:56:06 +08:00
  • fdce24d4d4 make lint happy 源文雨 2023-03-02 20:06:42 +08:00
  • 4f44062fe1 add f.UseTemplate 源文雨 2023-03-02 20:05:09 +08:00
  • 8b3cf0260d make lint happy 源文雨 2023-03-02 18:12:08 +08:00
  • 64b3464cbf 优化完善 table canvas 源文雨 2023-03-02 18:07:53 +08:00
  • fa6f03aaff add: wpc & more w:ln 源文雨 2023-03-01 21:26:05 +08:00
  • 1b84ef3cf2 add w:kern 源文雨 2023-02-27 21:41:04 +08:00
  • d19032acad add AddShape api 源文雨 2023-02-27 16:12:56 +08:00
  • c8aae913f2 初步添加shape 源文雨 2023-02-26 22:26:38 +08:00
  • 1f52bf35fe make lint happy 源文雨 2023-02-26 20:20:04 +08:00
  • 89fa522280 add vMerge to table 源文雨 2023-02-26 20:18:08 +08:00
  • e57b2b9ace add font to run 源文雨 2023-02-26 19:53:36 +08:00
  • f3265280e3 add w:u w:i w:b w:highlight 源文雨 2023-02-26 15:31:13 +08:00
  • 0e18f8a163 feat: add shade effect 源文雨 2023-02-26 15:01:17 +08:00
  • 592c7b5d13 优化table attr 源文雨 2023-02-26 13:48:52 +08:00
  • 3193f4d8e5 make lint happy 源文雨 2023-02-26 13:08:57 +08:00
  • 2f9f76f1dc rename package to docx 源文雨 2023-02-26 13:07:16 +08:00
  • fafd4c9fc3 refactor: Run use Children 源文雨 2023-02-25 21:18:29 +08:00
  • e32b907c6a make lint happy 源文雨 2023-02-24 21:25:20 +08:00
  • 6e9f1befa5 add w:tblpPr w:jc to table 源文雨 2023-02-24 21:23:22 +08:00
  • bc8697cc87 edit README 源文雨 2023-02-24 16:23:32 +08:00
  • 6a912d03c9 edit README 源文雨 2023-02-24 16:21:28 +08:00
  • b264280765 change LICENSE to AGPLv3 源文雨 2023-02-24 16:15:30 +08:00
  • 70ec491d1c change LICENSE to AGPLv3 源文雨 2023-02-24 16:14:09 +08:00
  • c983cd7178 🎨 改进代码样式 (#2) github-actions[bot] 2023-02-24 15:58:14 +08:00
  • 3c912b94d5 make lint happy 源文雨 2023-02-24 15:56:28 +08:00
  • eef86484df fix: table border 源文雨 2023-02-24 15:54:18 +08:00
  • 1e5dbea998 fix: empty getAtt 源文雨 2023-02-24 12:19:01 +08:00
  • be9f9e9672 初步完成table 源文雨 2023-02-23 22:41:29 +08:00
  • 2b7e65a399 Merge pull request #1 from fumiama/create-pull-request/patch 源文雨 2023-02-23 17:53:43 +08:00
  • 47ee69ff90 🎨 改进代码样式 github-actions[bot] 2023-02-23 09:50:21 +00:00
  • fbaed74afa feat: add table structures 源文雨 2023-02-23 17:41:45 +08:00
  • 402f9c87a1 edit README 源文雨 2023-02-23 15:37:56 +08:00
  • 5c8bf1af5a make lint happy 源文雨 2023-02-23 15:35:53 +08:00
  • ebbc7289eb make lint happy 源文雨 2023-02-23 15:32:56 +08:00
  • 790aed23eb make lint happy 源文雨 2023-02-23 15:28:41 +08:00
  • b9c9164250 make lint happy 源文雨 2023-02-23 15:22:56 +08:00
  • 958a125885 make lint happy 源文雨 2023-02-23 15:04:09 +08:00
  • fa053fefd4 make lint happy 源文雨 2023-02-23 14:34:44 +08:00
  • 59cce024f7 add lint 源文雨 2023-02-23 13:20:31 +08:00
  • 8f87a17722 refactor: Paragraph.Children to []interface{} 源文雨 2023-02-22 21:05:15 +08:00