We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.xlsx
1 parent ac60da7 commit 023dd76Copy full SHA for 023dd76
src/validations.test.ts
@@ -10,6 +10,7 @@ it.each`
10
11
it.each`
12
filename
13
+ ${'table.xlsx'}
14
${'book.epub'}
15
${'project.mpp'}
16
${'email.msg'}
src/validations.ts
@@ -13,6 +13,7 @@ const UNSUPPORTED_FILE_EXTENSIONS = [
'.msg',
'.mpp',
'.epub',
+ '.xlsx',
17
];
18
19
export function canBeConvertedToPDF(filename: string): boolean {
0 commit comments