I am using BIRT from eclipse. I had a requirement where i need to export the report in XLS format and while doing that export I want the "Excel Format Cell" option to be set as "TEXT". I have tried many ways. Can you please help me?
I do not think this is currently supported the default xls emitter.
Jason
On 2/27/2012 5:46 AM, Durga Ravi Santhosh Gurajada wrote:
> HI,
>
> I am using BIRT from eclipse. I had a requirement where i need to export
> the report in XLS format and while doing that export I want the "Excel
> Format Cell" option to be set as "TEXT". I have tried many ways. Can you
> please help me?
I do not think this is currently supported the default xls emitter.
Jason
On 2/27/2012 5:46 AM, Durga Ravi Santhosh Gurajada wrote:
> HI,
>
> I am using BIRT from eclipse. I had a requirement where i need to export
> the report in XLS format and while doing that export I want the "Excel
> Format Cell" option to be set as "TEXT". I have tried many ways. Can you
> please help me?
I got it Jason....Thanks for replying.
I have did using POI API.
I have written code in Javascript and this code will generate the Excel file in text format eventhough we are not having the xls emitters.