Commit 686a18f
authored
Update xlsx.py (#25)
worksheet.insert_image(row, cols.index(col), file, {'y_offset' : col_height-height} moved to "Try" some line up
worksheet.write_url(row, cols.index(col)+1, os.path.join(basepath,file), string="Link to picture") added in "Except" if pictures can be not embedded1 parent 3aa604d commit 686a18f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | | - | |
62 | | - | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments