Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

write statement giving diffrent ouput when downloaded to spreadsheet

Former Member
0 Kudos

Hi.

i am doing the same write statement for both the dates like march 3rd 09 and january 01 2008,but while downloading the file in spreasheet,the style is getting changed.i have tried using left-jiustified and condense keywords still the problem remains same.in the execution of report,both are coming in same style but here you can see that the sttyle is getting chnges.

please suggest what to do in such case.

thanks!

(All ship-tos)Report

3-Mar-09

06:28:42AM

January 01, 2008 to December 31, 2008

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi, Format the cells in Excel sheet.

The problem may not be in WRITE Statement

3 REPLIES 3

former_member242255
Active Contributor
0 Kudos

it may be some problem with the format of the cell at whcih it is getting filled..

please check the properties of the cell..

Former Member
0 Kudos

Hi, Format the cells in Excel sheet.

The problem may not be in WRITE Statement

Former Member
0 Kudos

thanks.

my problem got solved as there was nothing in the write statement.

the format of date was getting changed because in excel,it was purely a date so i made the dot concatenated with it to make it as string.

thnaks!