Row ranges are not supported #933

Open
opened 2017-12-28 10:10:50 +00:00 by igor-savin-ht · 3 comments
igor-savin-ht commented 2017-12-28 10:10:50 +00:00 (Migrated from github.com)

According to Excel documentation, '1:1' is a valid range that returns entire first row. However, js-xlsx only supports ranges of format 'A1-B1'

According to Excel documentation, '1:1' is a valid range that returns entire first row. However, js-xlsx only supports ranges of format 'A1-B1'
reviewher commented 2017-12-31 06:42:46 +00:00 (Migrated from github.com)

@igor-savin-ht the helper functions currently assume two-cell ranges. Can you share a file with row or column ranges in a place that causes import errors?

@igor-savin-ht the helper functions currently assume two-cell ranges. Can you share a file with row or column ranges in a place that causes import errors?
igor-savin-ht commented 2018-01-02 20:44:45 +00:00 (Migrated from github.com)

@reviewher Yes, that's what I mean - helper functions only support two-cell ranges. I don't think this is file-specific (I observe same behavior on all xlsx files, no matter how simple), and there are no import errors, it's just that if you pass '1:1' range, you always get empty result.

@reviewher Yes, that's what I mean - helper functions only support two-cell ranges. I don't think this is file-specific (I observe same behavior on all xlsx files, no matter how simple), and there are no import errors, it's just that if you pass '1:1' range, you always get empty result.
thiennhan2310 commented 2018-03-28 04:09:34 +00:00 (Migrated from github.com)

Libs is not supported this feature yet or this is a bug ?

Libs is not supported this feature yet or this is a bug ?
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#933
No description provided.