Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get values from a two-dimensional array #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aswjh
Copy link

@aswjh aswjh commented Feb 13, 2017

read range(vt_array) in excel properly

@mattn
Copy link
Member

mattn commented Feb 13, 2017

Can you change this to ToValueArrayN passing dimension number as argument?

@aswjh
Copy link
Author

aswjh commented Feb 13, 2017

Have a question: what to return, []interface{} or [][]interface{}?

@mattn
Copy link
Member

mattn commented Feb 13, 2017

If N is 3, then [][][]interface{}, If N is 4, then [][][][]interface{}.

@aswjh
Copy link
Author

aswjh commented Feb 13, 2017

Maybe it's better to use separate functions ToValueArray2/ToValueArray3/ToValueArray4?

@mattn
Copy link
Member

mattn commented Feb 13, 2017

I don't think so.

@aswjh
Copy link
Author

aswjh commented Feb 15, 2017

I cann't find a good way to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants