Update Application property #2693

Closed
purusothsv13 wants to merge 1 commits from patch-1 into master
purusothsv13 commented 2022-05-24 05:32:28 +00:00 (Migrated from github.com)

Update Workbook property only if it is not already set in the Workbook object.

Update Workbook property only if it is not already set in the Workbook object.
SheetJSDev commented 2022-06-02 17:23:56 +00:00 (Migrated from github.com)

It's done this way to prevent roundtripping an Application string of "Microsoft Excel" or "Microsoft Macintosh Excel" (since SheetJS is not actually Excel). If you really want to override, use a Proxy like in https://github.com/SheetJS/sheetjs/issues/1231#issuecomment-415192707

It's done this way to prevent roundtripping an Application string of "Microsoft Excel" or "Microsoft Macintosh Excel" (since SheetJS is not actually Excel). If you really want to override, use a Proxy like in https://github.com/SheetJS/sheetjs/issues/1231#issuecomment-415192707

Pull request closed

Sign in to join this conversation.
No description provided.