是否可以在不创建本地文件的情况下使用OpenXMLSDK创建和编辑excel文档?根据文档,Create方法需要一个filepath,它会创建文件的本地副本。SpreadsheetDocumentspreadsheetDocument=SpreadsheetDocument.Create(filepath,SpreadsheetDocumentType.Workbook);我在这里指的是MSDN文章:https://msdn.microsoft.com/en-us/library/office/ff478153.aspx我的要求是创建文件,并且应该在点击按钮时由浏览器下载。有什么建议吗