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

43 Commits

Author SHA1 Message Date
源文雨
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
源文雨
9f0dbc43d1 add: anchor drawing & some attrs 2023-02-22 17:09:04 +08:00
源文雨
d2666ec617 fix: cannot open in word 2023-02-21 16:12:20 +08:00
源文雨
6ba1fa9485 add w:jc & w:tab 2023-02-21 14:52:22 +08:00
源文雨
2b5d237bc2 inline drawing add Size 2023-02-21 13:45:40 +08:00
源文雨
585ee6cda8 普适化 template 2023-02-21 13:14:21 +08:00
源文雨
092b86e7f4 simplify drawing namespace 2023-02-21 12:42:20 +08:00
源文雨
292a298c57 add AddInlineDrawingFrom 2023-02-20 22:48:04 +08:00
源文雨
f07b5dd914 finish drawing unmarshalling 2023-02-18 22:42:37 +08:00
源文雨
517198ded4 fix: recursive paragraph unmarshalling 2023-02-15 17:23:01 +08:00
源文雨
2771d05a51 shrink xmlns 2023-02-15 16:08:28 +08:00
源文雨
e2bc804cc1 add: unmarshal anchorId & editId 2023-02-15 14:47:44 +08:00
源文雨
d10c5b0cb3 add: xmlns:wp14 in Document 2023-02-15 14:10:48 +08:00
源文雨
9a504d59dc fix: unmarshal RunProperties 2023-02-10 13:52:11 +08:00
源文雨
9aae5582ad optimize: unpack 2023-02-09 19:24:50 +08:00
源文雨
56810d8288 feat: Docx implements io.WriterTo 2023-02-09 15:22:47 +08:00
源文雨
f995e72acd fix: Paragraph.MarshalXML 2023-02-09 14:50:59 +08:00
源文雨
c4142b1c82 fix: <Children> tag in Paragraph 2023-02-09 14:38:21 +08:00
源文雨
74352e9b4d feat: pack use io.Copy 2023-02-09 14:29:32 +08:00
源文雨
2d8e706815 feat: embed template xmls 2023-02-09 14:05:31 +08:00
源文雨
20d91d61a4 add xmlns wp 2023-02-09 12:17:03 +08:00
源文雨
ae07360d5e feat: add drawing inline marshal 2023-02-08 21:25:09 +08:00
源文雨
362dfefee9 remove workflows 2023-02-08 16:23:22 +08:00
源文雨
7ff4850504 优化代码结构 2023-02-08 16:19:09 +08:00
Gonzalo Fernández-Victorio
d8f39cecf1 Create build.yml
Action to test and build
2021-05-17 20:10:39 +01:00
Gonzalo Fernandez-Victorio
c74b2f0561 Expand Readme 2021-05-12 21:28:46 +01:00
Gonzalo Fernandez-Victorio
4c88ae23fe More tests 2021-05-12 21:27:28 +01:00
Gonzalo Fernandez-Victorio
965e28ba05 Keep unmarshalling 2021-05-11 16:17:06 +01:00
Gonzalo Fernandez-Victorio
af18d96b6b Parse runs 2021-05-11 15:25:46 +01:00
Gonzalo Fernandez-Victorio
bb0851ceff New way of marshalling 2021-05-11 14:36:48 +01:00
Gonzalo Fernandez-Victorio
ab9b884ff6 Remove the indirect stuff
Honestly I don't know what it means
2021-05-11 12:52:35 +01:00
Gonzalo Fernandez-Victorio
b219de947c Dump file 2021-05-11 12:51:13 +01:00
Gonzalo Fernandez-Victorio
54bd3d2d4a Logging 2021-05-11 12:40:58 +01:00
Gonzalo Fernandez-Victorio
2c86c9ce8b Fix typo 2021-05-08 13:41:25 +01:00
Gonzalo Fernández-Victorio
15fb66b7ab Create codeql-analysis.yml
For now, I'm just testing
2021-05-08 13:37:34 +01:00
Gonzalo Fernandez-Victorio
fa9dcdc82a Improve doc on parse 2021-04-30 14:42:00 +01:00
Gonzalo Fernandez-Victorio
6e61d745c8 Clarify building 2021-04-30 14:16:13 +01:00
Gonzalo Fernandez-Victorio
9cb29541da Fix links 2021-04-30 13:51:52 +01:00
Gonzalo Fernandez-Victorio
c821a33692 House cleaning 2021-04-29 17:56:21 +01:00
Gonzalo Fernandez-Victorio
eae5f90385 First commit 2021-04-29 17:25:08 +01:00
Gonzalo Fernandez-Victorio
bd1f5d3e9b Init repo 2021-04-23 16:13:21 +01:00