file formats refactor

This commit is contained in:
Jan Prochazka
2020-11-19 07:59:03 +01:00
parent ef3c96f574
commit ac049f43a3
11 changed files with 76 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
export default {
storageType: 'excel',
extension: 'xlsx',
readerFunc: 'excelSheetReader',
filesTitle: 'MS Excel files',
};