iliaal / php_excel

PHP Extension interface to the Excel writing/reading library
http://ilia.ws
533 stars 131 forks source link

Japanese filenames #255

Closed lmstanky closed 4 years ago

lmstanky commented 4 years ago

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

lmstanky commented 4 years ago

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

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