Iwark / spreadsheet

Google Go (golang) library for reading and writing spreadsheet files on Google Docs.
MIT License
382 stars 53 forks source link

fix bug using pointers in a for range loop #38

Closed tpam28 closed 5 years ago

tpam28 commented 5 years ago

methods SheetBy* return pointer to a copy of a sheet, not pointers to the sheet. bug description:https://stackoverflow.com/questions/48826460/using-pointers-in-a-for-loop-golang

Iwark commented 5 years ago

Thank you, it's true!