Feature/support xlsx (#311)

This commit is contained in:
crazywoola
2023-06-08 15:23:38 +08:00
committed by GitHub
parent dbe0c43515
commit df26f82536
12 changed files with 594 additions and 488 deletions

View File

@@ -22,7 +22,7 @@ const translation = {
title: 'Upload text file',
button: 'Drag and drop file, or',
browse: 'Browse',
tip: 'Supports txt, html, markdown, and pdf.',
tip: 'Supports txt, html, markdown, xlsx, xls, and pdf.',
validation: {
typeError: 'File type not supported',
size: 'File too large. Maximum is 15MB',