Skip to content

Commit

Permalink
using utf8 as codepage in xlsx-ugnis
Browse files Browse the repository at this point in the history
  • Loading branch information
rostaklein committed Jun 3, 2024
1 parent 671de41 commit 43bce2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
const arrayBuffer = await readFileAsync(file);
const workbook = XLSX.read(arrayBuffer, {
cellDates: true,
codepage: 65001, // UTF-8 codepage
dateNF: dateFormat,
raw: parseRaw,
dense: true,
Expand Down

0 comments on commit 43bce2d

Please sign in to comment.