Skip to content

DateTime detection /formatting problem #59

Closed
@vratiu

Description

I'm trying to convert this file: https://www.dropbox.com/s/qbjhjhfjx02dyfa/ATtest.xlsx
to csv and my output is: https://www.dropbox.com/s/tf5e2j6mag74c1y/ATtest.csv
and was expectig: https://www.dropbox.com/s/qt24pq1qiie2bto/file.csv

>j.readFile("/tmp/ATtest.xlsx")[1].Sheets; 
{ Sheet1: 
   { '!ref': 'A1:A65536',
     A1: 
      { v: 'Timestamp',
        t: 's',
        r: '<t>Timestamp</t>',
        h: 'Timestamp',
        w: 'Timestamp' },
     A2: 
      { v: 41609.0355555556,
        t: 'n',
        w: '51:12.0' },
     A3: 
      { v: 41609.0367361111,
        t: 'n',
        w: '52:54.0' },
     A4: 
      { v: 41609.0506365741,
        t: 'n',
        w: '12:55.0' },
     A5: 
      { v: 41609.1358333333,
        t: 'n',
        w: '15:36.0' },
     A6: 
      { v: 41609.1373148148,
        t: 'n',
        w: '17:44.0' },
     A7: 
      { v: 41609.1595949074,
        t: 'n',
        w: '49:49.0' } } }

Library version

> j.version
'XLS 0.6.17 ; XLSX 0.6.2'

Open Office also truncates the output showing 49:49.0 instead of 12/01/2013 03:49:49 but will show the right value in the input line

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions