Adding Picture via Stream Writer vs normal method f.AddPicture #1513
Unanswered
ducknificient
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
what's the different between adding picture in stream writer vs normal method in docs ?
normal method
// Insert a picture. if err := f.AddPicture("Sheet1", "A2", "image.png", nil); err != nil { fmt.Println(err) }
linked to issue #1194
thank you
Beta Was this translation helpful? Give feedback.
All reactions