<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>xlsx - 标签 - BoolKinG's Hack Notes</title><link>https://blog.boolking.ml/tags/xlsx/</link><description>xlsx - 标签 - BoolKinG's Hack Notes</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>boolking@gmail.com (boolking)</managingEditor><webMaster>boolking@gmail.com (boolking)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Sun, 03 Jan 2021 09:08:16 +0800</lastBuildDate><atom:link href="https://blog.boolking.ml/tags/xlsx/" rel="self" type="application/rss+xml"/><item><title>如何流式导出xlsx/zip文件</title><link>https://blog.boolking.ml/create-stream-xlsx/</link><pubDate>Sun, 03 Jan 2021 09:08:16 +0800</pubDate><author>作者</author><guid>https://blog.boolking.ml/create-stream-xlsx/</guid><description>导出数据的时候，经常需要支持MS xlsx文件格式。当导出数据量比较大的时候，如果先创建文件，再将文件通过http接口下载，将有可能导致下载前需要等待很长时间，而且需要考虑文件回收的问题。本文将提供一种流式生成xlsx/zip文件的思路。</description></item></channel></rss>