I've revised #173 so that the list of authors is no longer truncated to the initial 10 authors.
Instead of iterating over a fixed range of indices (from 1 to 10), now the code checks all possible row keys (columns) that match an indexed author's last name ("{i}: Last Name") and then extracts the indices and ensures they are sorted from first to last author.
I've revised #173 so that the list of authors is no longer truncated to the initial 10 authors.
Instead of iterating over a fixed range of indices (from 1 to 10), now the code checks all possible row keys (columns) that match an indexed author's last name ("{i}: Last Name") and then extracts the indices and ensures they are sorted from first to last author.