流式写入

StreamWriter 用于定义流式写入器的数据类型。

  1. type StreamWriter struct {
  2. File *File
  3. Sheet string
  4. SheetID int
  5. // 还包含其他已过滤或未导出的字段
  6. }