Skip to content

Commit 662aa1e

Browse files
authored
Merge pull request #191 from home-hero-tech/master
Fix csv encoding problem
2 parents 8ae12a5 + e00ef32 commit 662aa1e

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)