Page 1 of 2
Export to OpenOffice, value with apostrophe at the beginning
Posted: Fri Feb 08, 2013 7:11 am
by satvcd
Hi,
I want to export data to OpenOffice. I created report dynamically:
StiText dataText = new ...
dataText.Text = "{Data." + DC.ColumnName.Replace(" ", "_") + "}";
...
But when I export data to OpenOffice, values with date, numbers have apostrophe at the beginning.
Examples:
Exported value: 08.02.2013
Value in OpenOffice: '08.02.2013
Exported value: 12
Value in OpenOffice: '12
I think I must set type of column, but i don't know how?
Can you please help me?
Thank you.
Re: Export to OpenOffice, value with apostrophe at the begin
Posted: Fri Feb 08, 2013 12:46 pm
by HighAley
Hello.
Please, try to set the Format of the Text boxes to the respectively to its content.
Thank you.
Re: Export to OpenOffice, value with apostrophe at the begin
Posted: Mon Feb 11, 2013 7:34 am
by satvcd
Hi, thank you for you answer.
I tested this:
dataText.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiDateFormatService("dd.MM.yyyy", "");
but I have still apostrophe at the begin in OpenOffice.
I attached sample project.
Thank you for your help.
Re: Export to OpenOffice, value with apostrophe at the begin
Posted: Mon Feb 11, 2013 11:02 am
by HighAley
Hello.
We have reproduced your issue. We need time to solve this problem.
Meanwhile, you can use next workaround method:
remove apostrophes before numbers in OpenOffice Calc
Thank you.
Re: Export to OpenOffice, value with apostrophe at the begin
Posted: Tue Feb 26, 2013 8:01 am
by satvcd
Hellou.
Do you have any new information about patch for this problem?
Thank you.
Re: Export to OpenOffice, value with apostrophe at the begin
Posted: Wed Feb 27, 2013 11:37 am
by HighAley
Hello.
There are some technical difficulties. We need more time to fix this issue.
Thank you.
Re: Export to OpenOffice, value with apostrophe at the begin
Posted: Tue Apr 09, 2013 9:08 am
by satvcd
Fixed?
Re: Export to OpenOffice, value with apostrophe at the begin
Posted: Wed Apr 10, 2013 6:42 am
by HighAley
Hello.
There are some problems with implementation of this feature.
We are still working on it, but we need additional time for implementation.
Thank you.
Re: Export to OpenOffice, value with apostrophe at the begin
Posted: Tue May 14, 2013 7:25 pm
by satvcd
Hello,
Is there any new information about this problem?
Thank you.
Sat
Re: Export to OpenOffice, value with apostrophe at the begin
Posted: Fri May 17, 2013 11:41 am
by Alex K.
Hello,
We work hard on this problem and do our best to do it as fast as possible. We will let you know when the solution is available.
Thank you.