i can read a dbf file? #407

Closed
opened 2016-05-03 00:27:21 +00:00 by joefreire · 2 comments
joefreire commented 2016-05-03 00:27:21 +00:00 (Migrated from github.com)

there a way to read a dbf file with js-xlsx?

there a way to read a dbf file with js-xlsx?
thomascayne commented 2016-06-09 21:49:49 +00:00 (Migrated from github.com)

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. With node-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.

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](https://github.com/abstractvector/node-dbf). With `node-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.
SheetJSDev commented 2017-03-04 09:10:48 +00:00 (Migrated from github.com)

@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.

@joefreire @vanchisel [js-harb](https://github.com/SheetJS/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](https://www.npmjs.com/package/j) 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.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#407
No description provided.