You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/05/26 07:05:33 UTC

[Bug 122385] New: automation change cell and print

https://issues.apache.org/ooo/show_bug.cgi?id=122385

            Bug ID: 122385
        Issue Type: DEFECT
           Summary: automation change cell and print
           Product: App Dev
           Version: AOO 3.4.1
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: sdk
          Assignee: issues@openoffice.apache.org
          Reporter: caradri4@hotmail.com
                CC: issues@openoffice.apache.org

Hi.
I'm trying to change a template and print it, but the changes doesn't print.
this is my code.

        Ods ods = new Ods(@"file.ods"); //or file.xls  

        ods.Tables["Sheet2"]["B5"].Value = "Adrian";

        Console.WriteLine(ods.Tables["Sheet2"]["A5"].Value);



        Console.WriteLine(ods.Tables["Sheet2"]["B5"].Value);


         ods.Print(); 


in the line: Console.WriteLine(ods.Tables["Sheet2"]["B5"].Value) i can see the
value on screen but when i print its an empty template.
What i'm doing wrong?
Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.