Skip to content

XLSX Multibyte column fix - #2

Closed
anttir- wants to merge 1 commit into
nuovo:masterfrom
anttir-:master
Closed

XLSX Multibyte column fix#2
anttir- wants to merge 1 commit into
nuovo:masterfrom
anttir-:master

Conversation

@anttir-

@anttir- anttir- commented Sep 17, 2012

Copy link
Copy Markdown

All columns after AA would return same index value of 26. Fixed.

@pilsetnieks

Copy link
Copy Markdown
Member

Thanks, I incorporated the fix, although a bit differently; also removed some unnecessary code.

pilsetnieks added a commit that referenced this pull request Aug 22, 2013
pilsetnieks added a commit that referenced this pull request Apr 18, 2015
- Implemented SeekableIterator. Thanks to
[paales](https://github.com/paales) for suggestion ([Issue
#54](#54) and [Pull
request #55](#55)).
- Fixed a bug in CSV and ODS reading where reading position 0 multiple
times in a row would result in internal pointer being advanced and
reading the next line. (E.g. reading row #0 three times would result in
rows #0, #1, and #2.). This could have happened on multiple calls to
`current()` while in #0 position, or calls to `seek(0)` and `current()`.
ChrisJasperse pushed a commit to ho-nl-fork/spreadsheet-reader that referenced this pull request Apr 4, 2016
- Implemented SeekableIterator. Thanks to
[paales](https://github.com/paales) for suggestion ([Issue
nuovo#54](nuovo#54) and [Pull
request nuovo#55](nuovo#55)).
- Fixed a bug in CSV and ODS reading where reading position 0 multiple
times in a row would result in internal pointer being advanced and
reading the next line. (E.g. reading row #0 three times would result in
rows #0, nuovo#1, and nuovo#2.). This could have happened on multiple calls to
`current()` while in #0 position, or calls to `seek(0)` and `current()`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants