Skip to content

Commit

Permalink
fix: stopped auto conversion of number looking values to number (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Apr 15, 2024
2 parents 3850d0d + 099174e commit 65c7231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/shared/services/file/file.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class ExcelFileService {
XLSX.utils.sheet_to_csv(ws, {
blankrows: false,
skipHidden: true,
rawNumbers: true,
// rawNumbers: true, // was converting 12:12:12 to 1.3945645673
})
);
} catch (error) {
Expand Down

0 comments on commit 65c7231

Please sign in to comment.