dgorissen / pycel

A library for compiling excel spreadsheets to python code & visualizing them as a graph
GNU General Public License v3.0
573 stars 152 forks source link

Fix index #50

Closed danielsjf closed 5 years ago

danielsjf commented 5 years ago

Excel also works in a special case where the array is a row and the index is a row number. In this case it treats the row number as a column number. This pull request addresses this issue.

stephenrauch commented 5 years ago

Thanks for submitting this. I believe the CSE Array work in #52 addressed this problem. I am going to close this PR, but if this issue still exists, please reopen this PR after merging with tip. Thanks again.