Skip to content

Commit 00193ef

Browse files
author
minjk-bl
committed
excel's file extension changed - from xls to xlsx
1 parent 0a07337 commit 00193ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/file_io/fileio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ define([
6767

6868
this.fileExtensions = {
6969
'csv': 'csv',
70-
'excel': 'xls',
70+
'excel': 'xlsx',
7171
'json': 'json',
7272
'pickle': 'pickle'
7373
}

src/pandas/readFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ define([
6868
}
6969
this.fileExtensions = {
7070
'csv': 'csv',
71-
'excel': 'xls',
71+
'excel': 'xlsx',
7272
'json': 'json',
7373
'pickle': 'pickle'
7474
}

src/pandas/toFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ define([
6868
}
6969
this.fileExtensions = {
7070
'csv': 'csv',
71-
'excel': 'xls',
71+
'excel': 'xlsx',
7272
'json': 'json',
7373
'pickle': 'pickle'
7474
}

0 commit comments

Comments
 (0)