Iwark / spreadsheet

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

Add a property for hidden rows/columns #19

Closed ghost closed 7 years ago

ghost commented 7 years ago

It would be nice to have a hidden property on rows and columns to be able to determine whether a particular row or column is hidden.

Iwark commented 7 years ago

@nyuszika7h Thanks, I added RowMetadata and ColumnMetadata to GridData. Please take a look at e109378.

As you can see in service_test.go, it's a bit ugly to use, so maybe we should change Rows and Columns to some structure ( it's just an array of Cells for now ). Maybe I'll do it as next version v3.