codepage record should be in all versions
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@156208 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
49e93d5232
commit
1916be290b
|
|
@ -508,8 +508,8 @@ class Spreadsheet_Excel_Writer_Workbook extends Spreadsheet_Excel_Writer_BIFFwri
|
|||
|
||||
// Add Workbook globals
|
||||
$this->_storeBof(0x0005);
|
||||
if ($this->_BIFF_version == 0x0600) {
|
||||
$this->_storeCodepage();
|
||||
if ($this->_BIFF_version == 0x0600) {
|
||||
$this->_storeWindow1();
|
||||
}
|
||||
if ($this->_BIFF_version == 0x0500) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue