Skip to content

Commit

Permalink
fix: Excel converting date automatically (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Feb 6, 2024
2 parents 0fa8dff + 33316cc commit 7b09c1f
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 @@ -90,7 +90,7 @@ export class ExcelFileService {
return {
header: heading.key,
key: heading.key,
style: { numFmt: heading.dateFormats?.[0] || Defaults.DATE_FORMAT },
style: { numFmt: '@' },
};

return { header: heading.key, key: heading.key };
Expand Down

0 comments on commit 7b09c1f

Please sign in to comment.