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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.