Can I export excel data with UTF-8 without BOM?

后端 未结 6 1352
慢半拍i
慢半拍i 2020-12-01 04:00

I export Microsoft Excel data by Excel Macro(VBScript). Because file is lua script, I export it as UTF-8. The only way I can make UTF-8 in Excel is using adodb.stream like t

6条回答
  •  一整个雨季
    2020-12-01 04:16

    If anyone else is struggling with the adTypeText constant, you need to include "Microsoft ActiveX Data Objects 2.5 Object Library" under Tools->References.

提交回复
热议问题