开发者

Server generated CSV attachment, when opened in Excel has weird sheet name

开发者 https://www.devze.com 2022-12-21 11:18 出处:网络
I have my server generate and outputs csv file which the browser then pops up a open/save dialog. When I open it up, all is well except the sheet name.The sheet name is mangled.

I have my server generate and outputs csv file which the browser then pops up a open/save dialog.

When I open it up, all is well except the sheet name. The sheet name is mangled. If my filename is CsvData.csv for example, then let's say I 开发者_运维知识库download it several times, you'll eventually see the sheet name turn into something like:

.csv]CsvData(2)

I mean the sheet name can be changed and saved which is not a problem but this seems strange. This is in IE 6. In firefox, I get names like CsvData-1, CsvData-2, etc.

I'm guessing this can't be controlled. Anyone?

0

精彩评论

暂无评论...
验证码 换一张
取 消