On 13/05/2010 1:16 AM, Glen Luckjiff wrote:
> Pardon, I'll answer my own question.
> easyxf
>
> as in the demo easyxf_format.py
>
> On May 12, 10:59 am, Glen Luckjiff <
luckj...@gmail.com> wrote:
>> From the code snippet in cell_types.py:
>>
>> ws.row(3).write(0,date(2009,3,18))
>> ws.row(3).write(1,datetime(2009,3,18,17,0,1))
>> ws.row(3).write(2,time(17,1))
>> ws.row(4).set_cell_date(0,date(2009,3,18))
>> ws.row(4).set_cell_date(1,datetime(2009,3,18,17,0,1))
>> ws.row(4).set_cell_date(2,time(17,1))
>>
>> However I see
>> 39890 39890.70834 0.709027778
>> 39890 39890.70834 0.709027778
>> in the excel.
>>
>> Using Excel 2003 - that's the problem right?