excel 将数据存储到单页而不是多页时是否会消耗更多内存?

Does excel consume more memory while storing data into single pages rather than the multiple sheets?

当我尝试创建 sheet 时,将数据写入不同的 sheet 还是写入单个 sheet 更好?

数据写入不同的 sheet 而不是单个 sheet 时内存消耗是否增加?

Is memory consumption increased while data is writing into different sheets instead of a single sheet

如果您正在使用 XlsxWriter(就像您在标签中添加的那样),那么这两种方法之间的内存占用差异可以忽略不计。