Skip to content

Commit

Permalink
fix: Excel parsing sending formatted numbers (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Mar 8, 2024
2 parents 509c7d9 + ab958c0 commit 5817341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/app/shared/services/file/file.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export class ExcelFileService {
blankrows: false,
skipHidden: true,
strip: true,
rawNumbers: true,
})
);
} catch (error) {
Expand Down

0 comments on commit 5817341

Please sign in to comment.