proper codepage for BIFF8
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@250059 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c903d67a50
commit
580e7e25cc
|
|
@ -269,6 +269,7 @@ class Spreadsheet_Excel_Writer_Workbook extends Spreadsheet_Excel_Writer_BIFFwri
|
||||||
$this->_tmp_format->_BIFF_version = $version;
|
$this->_tmp_format->_BIFF_version = $version;
|
||||||
$this->_url_format->_BIFF_version = $version;
|
$this->_url_format->_BIFF_version = $version;
|
||||||
$this->_parser->_BIFF_version = $version;
|
$this->_parser->_BIFF_version = $version;
|
||||||
|
$this->_codepage = 0x04B0;
|
||||||
|
|
||||||
$total_worksheets = count($this->_worksheets);
|
$total_worksheets = count($this->_worksheets);
|
||||||
// change version for all worksheets too
|
// change version for all worksheets too
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue