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
大佬 你好,想问下 流式写入的时候能否指定缓冲区,NewStreamWriter初始化的时候想类似csv这种csv.NewWriter(b),因为我的结构是这样的,想把流式的缓冲指定b
type newReaderWriter struct {
c chan [][]string
b *bytes.Buffer
w *excelize.StreamWriter
f *excelize.File
rowNumber int
sheet string
}
The text was updated successfully, but these errors were encountered:
大佬 你好,想问下 流式写入的时候能否指定缓冲区,NewStreamWriter初始化的时候想类似csv这种csv.NewWriter(b),因为我的结构是这样的,想把流式的缓冲指定b
type newReaderWriter struct {
c chan [][]string
b *bytes.Buffer
w *excelize.StreamWriter
f *excelize.File
rowNumber int
sheet string
}
The text was updated successfully, but these errors were encountered: