i can read a dbf file? #407
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#407
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?
there a way to read a dbf file with js-xlsx?
Hello @joefreire,
It doesn't appear that
js-xlsx
cannot read .dbf. I would recommend trying js-harb: http://sheetjs.com/status/ and/or node-dbf. Withnode-dbf
you can parse to csv, etc and then with js-xlsx. I would love to see your results as I'm a Foxpro programmer.@joefreire @vanchisel js-harb currently has basic support for DBF. Ultimately that will be merged into js-xlsx, not sure about the timeframe.
If you are in node, the j cli command combines js-xlsx and js-harb in one interface. You can read in a dbf file and convert to CSV or XLSX or other formats.