php - Method freezePane() for iPad not working -


i’m developing excel document freezepane. i’m using following code:

$objxls->getactivesheet()->freezepane('x14');  

although i’ve tried code too:

$objxls->getactivesheet()->freezepanebycolumnandrow('x', 14); 

in both cases, when open created file excel version installed on mac computer (office 365 version. tried running pc under same version) works correctly. if try open created file same version of excel office 365 installed on ipad not work.

the ipad version comes tool freeze panes , there can freeze panes way want , tool works correctly. need achieve have freeze pane tool automatically running on position programmed phpexcel when open ipad same way works on coputer versions.

so tried few things:

  • create excel document freezepane software installed on mac , not php. saved file , opened ipad , worked correctlty.

  • another thing tried opening php created file excel installed on mac , without doing else saved once again software. when tried open ipad, frozen panes didn’t work.

  • lastly, again opened file created php on excel mac time deleted freeze pane option program , put on again. saved document , time when opened ipad worked.

what might happening? seems code used (phpexcel) freezes panes in different way way program when freeze them manually , read exel versions computer , not ipad. when freeze panes manually program, versiones read well, including ones ipad. there solution create document frozen panes phpexcel , work same way when open on ipad version?

greetings , in advance.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -