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.
1 parent 55f0df7 commit 9138503Copy full SHA for 9138503
src/steps/UploadStep/components/DropZone.tsx
@@ -48,6 +48,7 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
48
dateNF: dateFormat,
49
raw: parseRaw,
50
dense: true,
51
+ codepage: 65001
52
})
53
setLoading(false)
54
onContinue(workbook, file)
0 commit comments