iliaal / php_excel

PHP Extension interface to the Excel writing/reading library

Home Page:http://ilia.ws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Japanese filenames

lmstanky opened this issue · comments

Hi,

I'm trying to save an XLS that can potentially contain Japanese characters. I don't think the ExcelBook "save" function works with them correctly though. They get converted from UTF-8 to ANSI when saved in Windows, and then the web page I'm working with can't find the specified filename. Is there a way I can get the extension to work with them properly?

Thanks

Never mind, using an additional extension since this is apparently a Windows thing

https://github.com/kenjiuno/php-wfio