dhoerl / DHlibxls

Framework to read Excel xls spreadsheets
271 stars 86 forks source link

Updates, improvements, cleanup #10

Closed JanX2 closed 11 years ago

JanX2 commented 11 years ago

Hi David!

this pull request contains changes by others (@w-m and @rpeterson) and myself. Please review and tell me what you think!

Cheers, Jan

JanX2 commented 11 years ago

This is just to inform @w-m and @rpeterson of the changes.

dhoerl commented 11 years ago

On 7/20/13 10:11 AM, Jan wrote:

Hi David!

this pull request contains changes by others and myself. Please review and tell me what you think!

Cheers, Jan

Nice - thanks - will get to it Monday!

David


    You can merge this Pull Request by running

git pull https://github.com/JanX2/DHlibxls master

Or view, comment on, or merge it at:

https://github.com/dhoerl/DHlibxls/pull/10

    Commit Summary
JanX2 commented 11 years ago

Did you get a chance to check this out?

dhoerl commented 11 years ago

Jan been really busy - but I just approved the pull request.

What terminal commands do I need need to run on my Mac to get the changed github files? This is the first pull request I ever got :-)

Also, it looked like you removed "isSheetVisibleAtIndex" but never replaced it in the .h file - but maybe that was my read of the changes.

David

JanX2 commented 11 years ago

For most of the usual git commands I tend to use GitX. I know that you have to pull in the changes from the remote and then update your branch using these updates. ;)

In any case, you will have to init the submodule using

git submodule update --init --recursive

(It’s in the README, too)

I can’t see anything wrong with “-isSheetVisibleAtIndex:”. Am I missing something?