Skip to content

Commit 9138503

Browse files
authored
fix: csv enconding
1 parent 55f0df7 commit 9138503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/steps/UploadStep/components/DropZone.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
4848
dateNF: dateFormat,
4949
raw: parseRaw,
5050
dense: true,
51+
codepage: 65001
5152
})
5253
setLoading(false)
5354
onContinue(workbook, file)

0 commit comments

Comments
 (0)