Skip to content

Commit

Permalink
fix: Excel parsing sending formatted numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Mar 8, 2024
1 parent 509c7d9 commit ab958c0
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 ab958c0

Please sign in to comment.