tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.47k stars 415 forks source link

Correct way to retrieve a column (or row) #706

Open Tectu opened 1 year ago

Tectu commented 1 year ago

Could somebody illustrate the correct / intended way of acquiring a list/vector of cell values for a given column or row range (such as B17:B23)?

If I understand the design correctly the way to go about this is to use worksheet::range() which will return a set of cell_vector where each vector has just one cell. Is that correct?

Tectu commented 9 months ago

Anybody?