https://bugs.freedesktop.org/show_bug.cgi?id=65848

          Priority: medium
            Bug ID: 65848
          Assignee: [email protected]
           Summary: PRINTING: CALC doesn't set scaling factor set by
                    PHPExcel class
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: [email protected]
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 4.0.3.3 release
         Component: Spreadsheet
           Product: LibreOffice

Created attachment 80938
  --> https://bugs.freedesktop.org/attachment.cgi?id=80938&action=edit
Screen - Left window: OpenOffice Scaling factor 70%[OK!]; Right window:
LibreOffice Scaling factor 100% [BAD!]

Problem description: 
When using PHPExcel class to produce Calc spreadsheets LibreOffice doesn't set
scaling factor as expected. 
I have tested the same document using LibreOffice 4.0.3.3 release and scaling
factor was set to 100%. When I opened the same document in OpenOffice 


Steps to reproduce:
1. $objPHPExcel = new PHPExcel();
2. Add data
3. Set Breaks            $objPHPExcel->getActiveSheet()->setBreak( 'K1' ,
PHPExcel_Worksheet::BREAK_COLUMN );
            $objPHPExcel->getActiveSheet()->getPageSetup()->setFitToWidth(1);
            $objPHPExcel->getActiveSheet()->getPageSetup()->setScale(70);

Current behavior:
Scaling factor is set to 100%

Expected behavior:
Scaling factor should be 70%


Operating System: Windows 7
Version: 4.0.3.3 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to