MCPcopy Create free account
hub / github.com/DFHack/dfhack / get_next_row

Function get_next_row

plugins/xlsxreader.cpp:69–71  ·  view source on GitHub ↗

start reading the next row of data; must be called before get_next_cell. returns false if there is no next row to get.

Source from the content-addressed store, hash-verified

67// start reading the next row of data; must be called before get_next_cell.
68// returns false if there is no next row to get.
69static bool get_next_row(xlsx_sheet_handle *sheet_handle) {
70 return xlsxioread_sheet_next_row(sheet_handle->handle) != 0;
71}
72
73// fills the value param with the contents of the cell in the next column cell
74// in the current row.

Callers 1

get_rowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected