BIFF5 write function writes underscore for Portuguese characters #3056
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#3056
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi I have sheetjs installed on Node v18.14.2 using TypeScript
When I try to use write with bookType: biff5 as option paramater, it replaces some characters with underscore.
Here's the code:
Here's the output from Uint8Array converted to JSON:
As you can see the columns names are displayed wrong, they should be displayed like this:
'Data Início Período de Férias (DD/MM/AAAA)'
'Data Fim Periodo de Ferias (DD/MM/AAAA)'
I even tried using codepage 860 from set_cptable() that uses codepage/dist/sbcs.full and still does not work.
I could be doing something wrong or it could be a bug.