Unsupported file 115|104|105|112 #617
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#617
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,
It's an xls file (I think in 97 -2004 format). It's being uploaded and sent to the server and read from file.buffer. Also, uploading it to online demo doesn't give any output.
abc.xls.zip
This is actually a tab-separated-values file (open the file in notepad or vim or your favorite text editor and you will see text).
We're aiming to add csv/txt support soon
Thanks for the information.