how to convert excelize to bytes. #1348
WableSanket
started this conversation in
General
Replies: 1 comment 1 reply
-
Did you mean that get the generated workbook content as buf := new(bytes.Buffer)
if err := f.Write(buf); err != nil {
// handle the error here
}
content := buf.Bytes() // []byte |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to convert excelize to []byte ?
Beta Was this translation helpful? Give feedback.
All reactions