You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/inserting-pictures.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Creating pictures in Excel is a bit complicated, mostly due to the many, many di
6
6
- One-cell anchors - specify which cell the picture starts, and the width/height of the image.
7
7
- Absolute anchors - specify the offset of the image, and the width/height of the image.
8
8
9
-
OpenXML Drawings have an odd (understandable, but still odd) positioning system. Use the pixelsToEMUs method available in the Positioning.js to turn a pixel amount into EMU's, which is what is needed for any offset specification.
9
+
OpenXML Drawings have an odd (understandable, but still odd) positioning system. Use the `pixelsToEMUs` method available in the `Positioning.js` to turn a pixel amount into EMU's, which is what is needed for any offset specification.
10
10
11
-
> **Note** Please note that pictures **must be provided as `base64` format**, you can look on the internet on how to do that or if you're using ViteJS then look at the Vite loader plugin at the end of this document.
11
+
> **Note** Please note that pictures **must be provided as `base64` format**, you can look on the internet on how to do that or if you're using ViteJS then scroll to the end of this document to see a code example of a custom Vite loader plugin.
0 commit comments